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 \
|
||||
--no-out-link \
|
||||
--pure \
|
||||
--builders 'ssh://charlotte@sunspear.vanpetegem.me' \
|
||||
--extra-substituters 'ssh://charlotte@sunspear.vanpetegem.me' \
|
||||
"${@}"
|
||||
|
||||
exit 0
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
automatic = true;
|
||||
dates = [ "hourly" ];
|
||||
};
|
||||
trustedUsers = [ "@wheel" ];
|
||||
};
|
||||
|
||||
nixpkgs.config = import ./nix-store/config.nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue