From 9486dda1152d18b502fc31ff1d6aed4eba6f2fe3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 22 Nov 2003 20:39:51 +0000 Subject: * Fix nix-push. --- corepkgs/nar/nar.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 corepkgs/nar/nar.nix (limited to 'corepkgs/nar/nar.nix') diff --git a/corepkgs/nar/nar.nix b/corepkgs/nar/nar.nix new file mode 100644 index 000000000..f288e0ed4 --- /dev/null +++ b/corepkgs/nar/nar.nix @@ -0,0 +1,6 @@ +{system, path}: derivation { + name = "nar"; + builder = ./nar.sh; + system = system; + path = path; +} -- cgit v1.2.3