diff options
Diffstat (limited to 'corepkgs/nar/nar.nix')
-rw-r--r-- | corepkgs/nar/nar.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/corepkgs/nar/nar.nix b/corepkgs/nar/nar.nix new file mode 100644 index 000000000000..f288e0ed49e6 --- /dev/null +++ b/corepkgs/nar/nar.nix @@ -0,0 +1,6 @@ +{system, path}: derivation { + name = "nar"; + builder = ./nar.sh; + system = system; + path = path; +} |