Use sunspear as a substituter
This commit is contained in:
parent
732bb8fd7a
commit
efb54d93fe
2 changed files with 3 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -5,6 +5,8 @@ set -x
|
||||||
nix-build \
|
nix-build \
|
||||||
--no-out-link \
|
--no-out-link \
|
||||||
--pure \
|
--pure \
|
||||||
|
--builders 'ssh://charlotte@sunspear.vanpetegem.me' \
|
||||||
|
--extra-substituters 'ssh://charlotte@sunspear.vanpetegem.me' \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = [ "hourly" ];
|
dates = [ "hourly" ];
|
||||||
};
|
};
|
||||||
|
trustedUsers = [ "@wheel" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config = import ./nix-store/config.nix;
|
nixpkgs.config = import ./nix-store/config.nix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue