about summary refs log tree commit diff
path: root/corepkgs/nar/unnar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/nar/unnar.sh')
-rw-r--r--corepkgs/nar/unnar.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/corepkgs/nar/unnar.sh b/corepkgs/nar/unnar.sh
deleted file mode 100644
index cc21efb2b7dc..000000000000
--- a/corepkgs/nar/unnar.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /bin/sh
-
-echo "unpacking $nar to $out..."
-bunzip2 < $nar | /nix/bin/nix --restore "$out" || exit 1