From 300c954fd7a19a3dca4d67f93b4f64dd6e979a05 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Fri, 11 Oct 2024 22:33:59 -0400 Subject: [PATCH] undo breaking change --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index aa39697..e313862 100644 --- a/flake.nix +++ b/flake.nix @@ -47,9 +47,7 @@ packages = forAllSystems (system: import ./extras/pkgs nixpkgs.legacyPackages.${system}); # Your custom packages and modifications, exported as overlays - overlays = [ - (import ./extras/overlays.nix {inherit inputs;}) - ]; + overlays = import ./extras/overlays.nix {inherit inputs;}; # Variables defined so they can be accessed globally secrets = import ./extras/secrets.nix;