My first Nix derivation
Does precisely nothing, but I’m inexplicably excited :P nix-repl> d = derivation { name = "foo"; builder = "${bash}/bin/bash"; args = [ ./builder.sh ]; system = builtins.curren…
1 post
Does precisely nothing, but I’m inexplicably excited :P nix-repl> d = derivation { name = "foo"; builder = "${bash}/bin/bash"; args = [ ./builder.sh ]; system = builtins.curren…