diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-18 12:39:39 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-18 12:39:39 +0200 |
commit | d3900cc71c7a5b06a932d56ce25f694ce31397b0 (patch) | |
tree | 6eb09adba17f543f497d464fb633729c9b2c701e | |
parent | f2f6e52a21cf2f90c0549df106d08cb2f79767c4 (diff) | |
download | utils-d3900cc71c7a5b06a932d56ce25f694ce31397b0.tar utils-d3900cc71c7a5b06a932d56ce25f694ce31397b0.tar.gz utils-d3900cc71c7a5b06a932d56ce25f694ce31397b0.tar.bz2 utils-d3900cc71c7a5b06a932d56ce25f694ce31397b0.tar.xz utils-d3900cc71c7a5b06a932d56ce25f694ce31397b0.zip |
minor cleanup
-rw-r--r-- | nix/rebuild-system.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nix/rebuild-system.nix b/nix/rebuild-system.nix index 9e8f602..058274b 100644 --- a/nix/rebuild-system.nix +++ b/nix/rebuild-system.nix | |||
@@ -1,6 +1,4 @@ | |||
1 | { stdenv | 1 | { stdenv |
2 | , fetchgit | ||
3 | , makeWrapper | ||
4 | , zsh, git | 2 | , zsh, git |
5 | }: | 3 | }: |
6 | 4 | ||
@@ -9,8 +7,6 @@ stdenv.mkDerivation rec { | |||
9 | version = "0.2"; | 7 | version = "0.2"; |
10 | src = ../rebuild-system; | 8 | src = ../rebuild-system; |
11 | 9 | ||
12 | buildInputs = [ makeWrapper ]; | ||
13 | |||
14 | phases = [ "buildPhase" "installPhase" ]; | 10 | phases = [ "buildPhase" "installPhase" ]; |
15 | 11 | ||
16 | inherit zsh git; | 12 | inherit zsh git; |