summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-15 11:26:18 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-15 11:26:18 +0100
commit0dff97b71885cf83cae95bb6ba014c3bf8174642 (patch)
tree48faa5eec5d77fe80d73b93ce3bbdf00e1a7824a /system-profiles
parent751dc5ea937cfd5942aefa16977c96bc65b8d9a9 (diff)
downloadnixos-0dff97b71885cf83cae95bb6ba014c3bf8174642.tar
nixos-0dff97b71885cf83cae95bb6ba014c3bf8174642.tar.gz
nixos-0dff97b71885cf83cae95bb6ba014c3bf8174642.tar.bz2
nixos-0dff97b71885cf83cae95bb6ba014c3bf8174642.tar.xz
nixos-0dff97b71885cf83cae95bb6ba014c3bf8174642.zip
...
Diffstat (limited to 'system-profiles')
-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 = {