s 2 base: use current unstable
This commit is contained in:
parent
fbe826ba2a
commit
64a69bd153
@ -18,7 +18,7 @@ with lib;
|
|||||||
krebs.build.source = {
|
krebs.build.source = {
|
||||||
git.nixpkgs = {
|
git.nixpkgs = {
|
||||||
url = https://github.com/NixOS/nixpkgs;
|
url = https://github.com/NixOS/nixpkgs;
|
||||||
rev = "6d31e9b81dcd4ab927bb3dc91b612dd5abfa2f80";
|
rev = "d0e3cca";
|
||||||
target-path = "/var/src/nixpkgs";
|
target-path = "/var/src/nixpkgs";
|
||||||
};
|
};
|
||||||
dir.secrets = {
|
dir.secrets = {
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
let
|
|
||||||
pkgs-unst = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
|
{
|
||||||
in {
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
|
||||||
buildbot = pkgs-unst.buildbot;
|
|
||||||
buildbot-slave = pkgs-unst.buildbot-slave;
|
|
||||||
};
|
|
||||||
networking.firewall.allowedTCPPorts = [ 8010 9989 ];
|
networking.firewall.allowedTCPPorts = [ 8010 9989 ];
|
||||||
krebs.buildbot.master = {
|
krebs.buildbot.master = {
|
||||||
secrets = [ "retiolum-ci.rsa_key.priv" "cac.json" ];
|
secrets = [ "retiolum-ci.rsa_key.priv" "cac.json" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user