summaryrefslogtreecommitdiff
path: root/nixos/profiles/common/sanix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/profiles/common/sanix.nix')
-rw-r--r--nixos/profiles/common/sanix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/profiles/common/sanix.nix b/nixos/profiles/common/sanix.nix
index a20db24..bfbd531 100644
--- a/nixos/profiles/common/sanix.nix
+++ b/nixos/profiles/common/sanix.nix
@@ -2,7 +2,7 @@
# Use the Nixpkgs config and overlays from the local files for this NixOS build
nixpkgs = {
config = import ./nixpkgs/config.nix;
- overlays = import ./nixpkgs/overlays.nix;
+ overlays = import ./nixpkgs/overlays.nix { inherit pkgs; };
};
# Makes commands default to the same Nixpkgs, config, overlays and NixOS configuration