diff options
Diffstat (limited to 'corepkgs/nar/nar.sh')
-rw-r--r-- | corepkgs/nar/nar.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/corepkgs/nar/nar.sh b/corepkgs/nar/nar.sh deleted file mode 100644 index a7b6be8aaa0e..000000000000 --- 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 - |