From ae89c7df74f4cccafab7cc21ba325e5556aae173 Mon Sep 17 00:00:00 2001 From: roxwize Date: Wed, 1 Jan 2025 15:59:45 -0500 Subject: [PATCH] ~ --- nixos/hosts/base.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/base.nix b/nixos/hosts/base.nix index 0a1f5ce..ea4b0bf 100644 --- a/nixos/hosts/base.nix +++ b/nixos/hosts/base.nix @@ -1,4 +1,4 @@ -{ pkgs, nixpkgs-unstable, ... }: +{ pkgs, inputs, ... }: { imports = [ ../packages.nix @@ -11,7 +11,7 @@ inputs.nur.overlays.default inputs.fenix.overlays.default (final: prev: { - unstable = import nixpkgs-unstable { + unstable = import inputs.nixpkgs-unstable { system = prev.system; }; })