This commit is contained in:
iFargle 2024-01-31 12:25:50 +09:00
parent 668afdac5f
commit e0474489e6

View file

@ -44,7 +44,7 @@
repo ? "nixpkgs"
}: inputs.nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; };
pkgs = import inputs.${repo};
pkgs = import inputs.${repo} { inherit platform };
modules = [
# Types are 'default', 'small', and 'minimal'