This commit is contained in:
Amy de Buitléir 2025-10-08 18:48:42 +01:00
parent 9554c9feb6
commit 8a02fd4244

View file

@ -26,12 +26,19 @@ $ git add flake.lock
$ git commit -a -m temp
////
[source,nix,linenums,highlight='37..39,42']
[source,nix,linenums,highlight='21..34']
.flake.nix
....
$# cat flake.nix
....
We can build the flake to see how it modifies the script.
....
$ nix build
$ cat result/bin/hello-cow
....
Here's the flake in action.
....