fix(nix_path): Write correct nix
All checks were successful
Build all the nodes / Jaccess01 (push) Successful in 27s
Build all the nodes / netcore01 (push) Successful in 29s
Build all the nodes / netcore02 (push) Successful in 28s
Run pre-commit on all files / pre-commit (push) Successful in 34s
Build all the nodes / Jaccess04 (push) Successful in 38s
Build all the nodes / ap01 (push) Successful in 44s
Build all the nodes / hypervisor01 (push) Successful in 53s
Build all the nodes / lab-router01 (push) Successful in 55s
Build all the nodes / hypervisor03 (push) Successful in 1m0s
Build all the nodes / build01 (push) Successful in 1m1s
Build the shell / build-shell (push) Successful in 33s
Build all the nodes / tower01 (push) Successful in 1m13s
Build all the nodes / bridge01 (push) Successful in 1m19s
Build all the nodes / geo02 (push) Successful in 1m26s
Build all the nodes / cof02 (push) Successful in 1m28s
Build all the nodes / hypervisor02 (push) Successful in 1m29s
Build all the nodes / geo01 (push) Successful in 1m32s
Build all the nodes / compute01 (push) Successful in 1m42s
Build all the nodes / zulip01 (push) Successful in 1m17s
Build all the nodes / web02 (push) Successful in 1m24s
Build all the nodes / rescue01 (push) Successful in 1m49s
Build all the nodes / vault01 (push) Successful in 1m49s
Build all the nodes / iso (push) Successful in 1m51s
Build all the nodes / web01 (push) Successful in 1m50s
Build all the nodes / web03 (push) Successful in 1m25s
Build all the nodes / storage01 (push) Successful in 1m54s
Build all the nodes / krz01 (push) Successful in 1m56s

The CI is borked.....
This commit is contained in:
Tom Hubrecht 2025-06-12 23:58:49 +02:00
parent d0731500b3
commit 6cde27f0aa
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -191,11 +191,11 @@ in
# Deployment config is specified in meta.nodes.${node}.deployment
inherit (nodeMeta) deployment;
nix = {
# Set NIX_PATH to the patched version of nixpkgs
environment.etc.nixpkgs.source = builtins.storePath sourcePkgs.path;
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
# Set NIX_PATH to the patched version of nixpkgs
environment.etc.nixpkgs.source = builtins.storePath sourcePkgs.path;
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
nix = {
optimise.automatic = true;
gc = {