From 8bd5d3c0c829b54fe4b1913e7827eba944a46296 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Fri, 11 Oct 2024 22:22:24 -0400 Subject: [PATCH] Modify flake slightly idk --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e313862..aa39697 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,9 @@ 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;