about summary refs log tree commit diff
path: root/corepkgs/nix-pull/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/nix-pull/default.nix')
-rw-r--r--corepkgs/nix-pull/default.nix7
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 700d721314..0000000000
--- a/corepkgs/nix-pull/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{system}:
-
-derivation {
-  name = "nix-pull";
-  builder = ./builder.sh;
-  inherit system;
-}