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