From 47f5be458d454b799aa37c144f34a41b79d3bd17 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 20 Feb 2025 12:42:26 -0600 Subject: [PATCH] fix: accept flake config during installation --- packages/installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/installer.nix b/packages/installer.nix index a4d61c0..e6b5a92 100644 --- a/packages/installer.nix +++ b/packages/installer.nix @@ -41,6 +41,7 @@ pkgs.writeShellApplication { --run "sudo nixos-install \ --no-write-lock-file \ --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-public-keys 'cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= h.lyte.dev-2:te9xK/GcWPA/5aXav8+e5RHImKYMug8hIIbhHsKPN0M='" ''; }