shell.nix: RIP
This commit is contained in:
parent
955efb307e
commit
8811f37d02
|
@ -20,7 +20,6 @@
|
|||
brain
|
||||
gen-oath-safe
|
||||
cdrtools
|
||||
stockholm
|
||||
# nix related
|
||||
nix-repl
|
||||
nix-index
|
||||
|
|
|
@ -57,7 +57,7 @@ in
|
|||
|
||||
|
||||
stockholm.file = toString <stockholm>;
|
||||
stockholm-version.pipe = "${pkgs.stockholm}/bin/get-version";
|
||||
stockholm-version.pipe = "${pkgs.coreutils}/bin/echo derp";
|
||||
}
|
||||
(mkIf ( musnix ) {
|
||||
musnix.git = {
|
||||
|
|
Loading…
Reference in a new issue