This commit is contained in:
Amy de Buitléir 2025-09-13 14:50:23 +01:00
parent 3330046f0c
commit 9ae6c3f97a
2 changed files with 11 additions and 8 deletions

View file

@ -64,7 +64,8 @@ $# EOL
[#devshell-impure]
== If the nix derivation requires `nixpkgs`
We need to write the derivation ourselves, using `default.nix` as a model.
In this case, we need to write the derivation ourselves.
We can use `default.nix` as a model.
Line 15 should be replaced with:
[source,nix]