1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 19:29:36 +01:00
nix/corepkgs/nix-pull/default.nix

7 lines
91 B
Nix

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