only one channel

This commit is contained in:
2026-03-10 20:53:05 +01:00
parent e965c195bb
commit 1f8861f65f
2 changed files with 1 additions and 6 deletions

View File

@@ -4,10 +4,6 @@
inherit system;
specialArgs = {
inherit inputs host system;
pkgs-unstable = import inputs.nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
};
};
modules = [ inputs.self.nixosModules.${host} ] ++ extraModules;
};