From 59b16d8544bd9c11bfc333c84919dff0665d20f5 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 20 Feb 2025 12:50:35 -0600 Subject: [PATCH] fix: remove invalid flag --- packages/installer.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/installer.nix b/packages/installer.nix index e6b5a92..a4d61c0 100644 --- a/packages/installer.nix +++ b/packages/installer.nix @@ -41,7 +41,6 @@ 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='" ''; }