about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/nixpkgs/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/nixpkgs/default.nix b/system/nixpkgs/default.nix
index 1e371e53..4f869e4a 100644
--- a/system/nixpkgs/default.nix
+++ b/system/nixpkgs/default.nix
@@ -1,9 +1,10 @@
 {
   lib,
   system,
-  ...
+  overlays ? [],
 }: {
-  inherit system;
+  # TODO inheriting system here is discouraged, localSystem or hostSystem should be inspected
+  inherit system overlays;
   config = {
     # TODO this fails because of the root tempsize, which should be increased
     #contentAddressedByDefault = true;