diff options
Diffstat (limited to 'corepkgs/nix-pull/default.nix')
-rw-r--r-- | corepkgs/nix-pull/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/corepkgs/nix-pull/default.nix b/corepkgs/nix-pull/default.nix deleted file mode 100644 index 700d7213141c..000000000000 --- a/corepkgs/nix-pull/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{system}: - -derivation { - name = "nix-pull"; - builder = ./builder.sh; - inherit system; -} |