m 1 pornocauster: use latest buildbot for stable build
This commit is contained in:
parent
bb096de06f
commit
c4fffa3c81
|
@ -36,11 +36,17 @@
|
||||||
# ../2configs/mediawiki.nix
|
# ../2configs/mediawiki.nix
|
||||||
#../2configs/wordpress.nix
|
#../2configs/wordpress.nix
|
||||||
];
|
];
|
||||||
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
|
tinc = pkgs.tinc_pre;
|
||||||
|
buildbot = let
|
||||||
|
pkgs1509 = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
|
||||||
|
in pkgs1509.buildbot;
|
||||||
|
};
|
||||||
|
makefu.buildbot.master.enable = true;
|
||||||
|
|
||||||
#krebs.Reaktor.enable = true;
|
#krebs.Reaktor.enable = true;
|
||||||
#krebs.Reaktor.nickname = "makefu|r";
|
#krebs.Reaktor.nickname = "makefu|r";
|
||||||
|
# nix.binaryCaches = [ "http://acng.shack/nixos" "https://cache.nixos.org" ];
|
||||||
krebs.build.host = config.krebs.hosts.pornocauster;
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs;[
|
environment.systemPackages = with pkgs;[
|
||||||
get
|
get
|
||||||
|
@ -58,4 +64,5 @@
|
||||||
25
|
25
|
||||||
];
|
];
|
||||||
|
|
||||||
|
krebs.build.host = config.krebs.hosts.pornocauster;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue