This commit is contained in:
Amy de Buitléir 2025-09-15 14:48:15 +01:00
parent 0b4c31e79b
commit 3220cdc8dc
13 changed files with 55 additions and 191 deletions

View file

@ -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.