diff options
| -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; | 
