diff options
author | tv <tv@krebsco.de> | 2018-09-11 18:49:19 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-09-11 19:15:45 +0200 |
commit | ea9fcce6944eb71ebb03862ced66cf280dad55a2 (patch) | |
tree | 8b25c34d6fde761e1b84be6b871597473f14064a /makefu/source.nix | |
parent | 237eeef524a7d6ce750ae6dd6aff6ee34ac583dd (diff) |
shell.nix: RIP
Diffstat (limited to 'makefu/source.nix')
-rw-r--r-- | makefu/source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index 82a41886b..c350fe72c 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -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 = { |