fix: accept flake config during installation
Some checks failed
/ check (push) Failing after 1m18s

This commit is contained in:
Daniel Flanagan 2025-02-20 12:42:26 -06:00
parent 972b01a393
commit 47f5be458d

View file

@ -41,6 +41,7 @@ pkgs.writeShellApplication {
--run "sudo nixos-install \ --run "sudo nixos-install \
--no-write-lock-file \ --no-write-lock-file \
--flake 'git+https://git.lyte.dev/lytedev/nix#$nixos_host' \ --flake 'git+https://git.lyte.dev/lytedev/nix#$nixos_host' \
--accept-flake-config \
--option trusted-substituters 'https://cache.nixos.org https://nix.h.lyte.dev' \ --option trusted-substituters 'https://cache.nixos.org https://nix.h.lyte.dev' \
--option trusted-public-keys 'cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= h.lyte.dev-2:te9xK/GcWPA/5aXav8+e5RHImKYMug8hIIbhHsKPN0M='" ''; --option trusted-public-keys 'cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= h.lyte.dev-2:te9xK/GcWPA/5aXav8+e5RHImKYMug8hIIbhHsKPN0M='" '';
} }