This commit is contained in:
iFargle 2024-01-31 11:48:57 +09:00
parent 589ee0824e
commit 4e81a406bc

View file

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