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, 7 insertions, 0 deletions
diff --git a/corepkgs/nar/unnar.nix b/corepkgs/nar/unnar.nix
new file mode 100644
index 000000000000..a18e499b24f7
--- /dev/null
+++ b/corepkgs/nar/unnar.nix
@@ -0,0 +1,7 @@
+{system, narFile, outPath}: derivation {
+  name = "unnar";
+  builder = ./unnar.sh;
+  system = system;
+  narFile = narFile;
+  outPath = outPath;
+}