This commit is contained in:
iFargle 2024-01-31 13:19:35 +09:00
parent 36b8f74d24
commit 7006af9a7a

View file

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