Commit e4227fe2db02

Vincent Demeester <vincent@sbr.pm>
2025-10-22 13:03:07
Use --accept-flake-config when building to accept extra substituer
In this case, raspberry pi. It might help with build time of some systems like nagoya ? Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d42573d
Changed files (1)
.github
.github/workflows/build-systems.yaml
@@ -85,4 +85,4 @@ jobs:
           sudo mkdir -p /home/vincent/src/home/tools/emacs /home/vincent/desktop/documents
           sudo touch /home/vincent/desktop/documents/.oath
           # build the system
-          nix build -L ".#nixosConfigurations.${{ matrix.name }}.config.system.build.toplevel"
+          nix build --accept-flake-config -L ".#nixosConfigurations.${{ matrix.name }}.config.system.build.toplevel"