This commit is contained in:
iFargle 2024-02-09 22:11:23 +09:00
parent fc22edc5c8
commit cdab0afbc7

View file

@ -45,7 +45,7 @@
unfree ? false
}: inputs.${repo}.lib.nixosSystem {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
pkgs = import inputs.${repo} {
pkgs = import inputs.nixpkgs {
inherit system;
config.allowUnfree = unfree;
hostPlatform = system;