From 55fae2677ecb8a3d8e2adf653e2784a1c70829a6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 12 May 2026 00:32:22 +0200 Subject: treewide: Remove all references to `self.inputs` That doesn't work anymore with the npins sources. --- hosts/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/default.nix b/hosts/default.nix index 64768074..fc18d556 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -9,6 +9,8 @@ # If not, see . { self, + sources, + nixpkgs, system, openPRsNixpkgs, packageSets, @@ -24,18 +26,19 @@ }; generateHost = _: path: - self.inputs.nixpkgs.lib.nixosSystem { + nixpkgs.lib.nixosSystem { specialArgs = { inherit + self libraries modules - self ; }; modules = [ { _module.args = { inherit + sources # extra package sources openPRsNixpkgs packageSets -- cgit 1.4.1