semicolon

This commit is contained in:
iFargle 2024-01-31 11:44:25 +09:00
parent 55f1b3003b
commit c621acc78c

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} { inherit system; }
pkgs = import inputs.${repo} { inherit system; };
modules = [
# Types are 'default', 'small', and 'minimal'