summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system-profiles/core.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix
index 0b20d944..c624bf0a 100644
--- a/system-profiles/core.nix
+++ b/system-profiles/core.nix
@@ -38,7 +38,7 @@ in {
38 38
39 nixpkgs.pkgs = import flake.legacyPackages.${config.nixpkgs.system}.path { 39 nixpkgs.pkgs = import flake.legacyPackages.${config.nixpkgs.system}.path {
40 inherit (config.nixpkgs) system config; 40 inherit (config.nixpkgs) system config;
41 overlays = lib.attrValues flake.overlays; 41 overlays = lib.attrValues (lib.filterAttrs (n: _v: n != "default") flake.overlays);
42 }; 42 };
43 43
44 nix = { 44 nix = {