fix(nix_path): Use a constant name for the path
Some checks failed
Check meta / check_dns (pull_request) Successful in 15s
Check workflows / check_workflows (pull_request) Successful in 17s
Check meta / check_meta (pull_request) Successful in 17s
Build all the nodes / Jaccess04 (pull_request) Successful in 25s
Build all the nodes / Jaccess01 (pull_request) Successful in 26s
Build all the nodes / build01 (pull_request) Failing after 27s
Build all the nodes / compute01 (pull_request) Failing after 27s
Build all the nodes / geo02 (pull_request) Failing after 29s
Build all the nodes / hypervisor02 (pull_request) Failing after 29s
Build all the nodes / bridge01 (pull_request) Failing after 29s
Build all the nodes / hypervisor03 (pull_request) Failing after 29s
Build all the nodes / hypervisor01 (pull_request) Failing after 30s
Build all the nodes / geo01 (pull_request) Failing after 30s
Build all the nodes / cof02 (pull_request) Failing after 30s
Run pre-commit on all files / pre-commit (pull_request) Successful in 32s
Build all the nodes / iso (pull_request) Failing after 29s
Build all the nodes / ap01 (pull_request) Successful in 41s
Build all the nodes / krz01 (pull_request) Failing after 28s
Build all the nodes / lab-router01 (pull_request) Failing after 28s
Build all the nodes / netcore02 (pull_request) Successful in 24s
Build all the nodes / netcore01 (pull_request) Successful in 25s
Build all the nodes / rescue01 (pull_request) Failing after 28s
Build all the nodes / storage01 (pull_request) Failing after 26s
Build all the nodes / web02 (pull_request) Failing after 26s
Build all the nodes / vault01 (pull_request) Failing after 27s
Build all the nodes / tower01 (pull_request) Failing after 27s
Build all the nodes / web01 (pull_request) Failing after 28s
Build all the nodes / web03 (pull_request) Failing after 28s
Build all the nodes / zulip01 (pull_request) Failing after 26s
Build the shell / build-shell (pull_request) Successful in 24s
Build all the nodes / Jaccess01 (push) Successful in 25s
Build all the nodes / netcore01 (push) Successful in 27s
Build all the nodes / netcore02 (push) Successful in 27s
Build all the nodes / Jaccess04 (push) Successful in 30s
Build all the nodes / build01 (push) Failing after 30s
Build all the nodes / hypervisor02 (push) Failing after 30s
Build all the nodes / geo01 (push) Failing after 29s
Build all the nodes / cof02 (push) Failing after 30s
Build all the nodes / geo02 (push) Failing after 30s
Build all the nodes / storage01 (push) Failing after 30s
Build all the nodes / iso (push) Failing after 30s
Build all the nodes / hypervisor01 (push) Failing after 32s
Build all the nodes / hypervisor03 (push) Failing after 31s
Build all the nodes / bridge01 (push) Failing after 33s
Build all the nodes / compute01 (push) Failing after 32s
Build all the nodes / krz01 (push) Failing after 31s
Build all the nodes / rescue01 (push) Failing after 31s
Build all the nodes / tower01 (push) Failing after 32s
Build all the nodes / lab-router01 (push) Failing after 31s
Run pre-commit on all files / pre-commit (push) Successful in 34s
Build all the nodes / ap01 (push) Successful in 40s
Build all the nodes / vault01 (push) Failing after 24s
Build the shell / build-shell (push) Successful in 23s
Build all the nodes / web02 (push) Failing after 25s
Build all the nodes / web01 (push) Failing after 26s
Build all the nodes / zulip01 (push) Failing after 25s
Build all the nodes / web03 (push) Failing after 27s

It will be symlinked when deploying, which will render its behavior
correct
This commit is contained in:
Tom Hubrecht 2025-06-12 23:55:10 +02:00
parent cc4bc6e563
commit d0731500b3
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -193,7 +193,9 @@ in
nix = {
# Set NIX_PATH to the patched version of nixpkgs
nixPath = [ "nixpkgs=${builtins.storePath sourcePkgs.path}" ];
environment.etc.nixpkgs.source = builtins.storePath sourcePkgs.path;
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
optimise.automatic = true;
gc = {