about summary refs log tree commit diff
path: root/corepkgs/nar/nar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/nar/nar.nix')
-rw-r--r--corepkgs/nar/nar.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/corepkgs/nar/nar.nix b/corepkgs/nar/nar.nix
deleted file mode 100644
index d3d799998f10..000000000000
--- a/corepkgs/nar/nar.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ system, storePath, hashAlgo }:
-
-derivation {
-  name = "nar";
-  builder = ./nar.sh;
-  inherit system storePath hashAlgo;
-}