diff options
Diffstat (limited to 'corepkgs/nar/nar.sh')
-rw-r--r-- | corepkgs/nar/nar.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/corepkgs/nar/nar.sh b/corepkgs/nar/nar.sh new file mode 100644 index 000000000000..6ffcf63224a8 --- /dev/null +++ b/corepkgs/nar/nar.sh @@ -0,0 +1,3 @@ +#! /bin/sh + +/tmp/nix/bin/nix --dump --file "$path" > $out || exit 1 |