mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-09 23:32:37 +08:00
temp
This commit is contained in:
parent
0b4c31e79b
commit
3220cdc8dc
13 changed files with 55 additions and 191 deletions
|
|
@ -101,7 +101,7 @@ We won't write `flake.nix` just yet.
|
|||
First we'll try building the package manually.
|
||||
(If you didn't run the `nix shell` command from <<python-nix-shell,earlier>>, do so now.)
|
||||
....
|
||||
$ python -m build # Won't work
|
||||
$ python -m build # Fails
|
||||
....
|
||||
|
||||
The missing module error happens because we don't have `build` available
|
||||
|
|
@ -198,7 +198,7 @@ $# cat flake.nix
|
|||
Let's try out the new flake.
|
||||
|
||||
....
|
||||
$ nix build # Won't work
|
||||
$ nix build # Fails
|
||||
....
|
||||
|
||||
Nix flakes only "`see`" files that are part of the repository.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue