From e6ed6ef0db5fc52fdd4506f71105e23b84b7552c Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 26 Apr 2024 15:49:07 +0200 Subject: [PATCH 1/2] hosts/hydra-1: Disable localhost as build machine as it messes with hydra scheduling --- hosts/hydra-1/build-machines.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/hosts/hydra-1/build-machines.nix b/hosts/hydra-1/build-machines.nix index 36c001e..c6c5dc8 100644 --- a/hosts/hydra-1/build-machines.nix +++ b/hosts/hydra-1/build-machines.nix @@ -5,17 +5,17 @@ nix = { distributedBuilds = true; buildMachines = [ - { - hostName = "hydra-1.net.clerie.de"; - sshUser = "root"; - systems = [ - "x86_64-linux" - "armv6l-linux" - "armv7l-linux" - "aarch64-linux" - ]; - sshKey = "/var/lib/hydra/id_ed25519"; - } +# { +# hostName = "hydra-1.net.clerie.de"; +# sshUser = "root"; +# systems = [ +# "x86_64-linux" +# "armv6l-linux" +# "armv7l-linux" +# "aarch64-linux" +# ]; +# sshKey = "/var/lib/hydra/id_ed25519"; +# } { hostName = "hydra-2.net.clerie.de"; sshUser = "root"; From 03de7bdb88b4dbe5da7cc3b4727824b194bf4572 Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Sat, 27 Apr 2024 03:04:13 +0200 Subject: [PATCH 2/2] Update nixpkgs 2024-04-27-01-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index ac3e4da..79a14db 100644 --- a/flake.lock +++ b/flake.lock @@ -283,11 +283,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1712963716, - "narHash": "sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM=", + "lastModified": 1714076141, + "narHash": "sha256-Drmja/f5MRHZCskS6mvzFqxEaZMeciScCTFxWVLqWEY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cfd6b5fc90b15709b780a5a1619695a88505a176", + "rev": "7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856", "type": "github" }, "original": {