This commit is contained in:
iFargle 2024-02-10 10:16:10 +09:00
parent aa111c90a6
commit efb0fc531a

View file

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