1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/corepkgs/nix-pull/default.nix

8 lines
91 B
Nix

{system}:
derivation {
name = "nix-pull";
builder = ./builder.sh;
inherit system;
}