1
0

Compare commits

..

No commits in common. "4d7dd1c3a626c66543434790e62668253473750b" and "4705d84e9c73401c29fe4a3e07fa21ed191eda7d" have entirely different histories.

2 changed files with 14 additions and 14 deletions

View File

@ -283,11 +283,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1714076141, "lastModified": 1713895582,
"narHash": "sha256-Drmja/f5MRHZCskS6mvzFqxEaZMeciScCTFxWVLqWEY=", "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856", "rev": "572af610f6151fd41c212f897c71f7056e3fb518",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -5,17 +5,17 @@
nix = { nix = {
distributedBuilds = true; distributedBuilds = true;
buildMachines = [ buildMachines = [
# { {
# hostName = "hydra-1.net.clerie.de"; hostName = "hydra-1.net.clerie.de";
# sshUser = "root"; sshUser = "root";
# systems = [ systems = [
# "x86_64-linux" "x86_64-linux"
# "armv6l-linux" "armv6l-linux"
# "armv7l-linux" "armv7l-linux"
# "aarch64-linux" "aarch64-linux"
# ]; ];
# sshKey = "/var/lib/hydra/id_ed25519"; sshKey = "/var/lib/hydra/id_ed25519";
# } }
{ {
hostName = "hydra-2.net.clerie.de"; hostName = "hydra-2.net.clerie.de";
sshUser = "root"; sshUser = "root";