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