about summary refs log blame commit diff
path: root/corepkgs/nix-pull/default.nix
blob: 700d7213141ccc360de6706e79c1c299eaeb83a1 (plain) (tree)
1
2
3
4
5
6
7






                         
{system}:

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