about summary refs log tree commit diff
path: root/corepkgs/nar/nar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/nar/nar.sh')
-rw-r--r--corepkgs/nar/nar.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/corepkgs/nar/nar.sh b/corepkgs/nar/nar.sh
deleted file mode 100644
index a7b6be8aaa..0000000000
--- a/corepkgs/nar/nar.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-echo "packing $path into $out..."
-/nix/bin/nix --dump --file "$path" | bzip2 > $out || exit 1
-