aboutsummaryrefslogtreecommitdiffstats
path: root/modules/system/services
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/services')
-rw-r--r--modules/system/services/nix/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/services/nix/default.nix b/modules/system/services/nix/default.nix
index e4fe11d1..980bbd39 100644
--- a/modules/system/services/nix/default.nix
+++ b/modules/system/services/nix/default.nix
@@ -19,7 +19,10 @@
nixpkgs_as_input
// {
# Otherwise nixpkgs's config and overlays are not available:
+
+ # Both attrs exists, so we just override both and hope
outputs.legacyPackages."${system}" = pkgs;
+ legacyPackages."${system}" = pkgs;
};
t.flake = templates;