Use hydra with unstable nix tool
This commit is contained in:
parent
531bd4bab3
commit
2a722dbf73
|
@ -1,4 +1,4 @@
|
||||||
{ secrets, ... }:
|
{ pkgs, unstable-pkgs, secrets, ... }:
|
||||||
{
|
{
|
||||||
# Follow instructions for setup:
|
# Follow instructions for setup:
|
||||||
# https://gist.github.com/joepie91/c26f01a787af87a96f967219234a8723
|
# https://gist.github.com/joepie91/c26f01a787af87a96f967219234a8723
|
||||||
|
@ -7,6 +7,8 @@
|
||||||
hydraURL = "http://hydra.nani.wtf";
|
hydraURL = "http://hydra.nani.wtf";
|
||||||
notificationSender = "hydra@nani.wtf";
|
notificationSender = "hydra@nani.wtf";
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
|
package = unstable-pkgs.hydra_unstable;
|
||||||
port = secrets.ports.hydra;
|
port = secrets.ports.hydra;
|
||||||
|
buildMachinesFiles = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue