refactor: remove unnecessary system specialArg

This commit is contained in:
Youwen Wu 2024-08-26 01:47:06 -07:00
parent b1201b90cb
commit dd5715083a
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 4 additions and 7 deletions

View file

@ -85,7 +85,6 @@
system = "x86_64-linux";
specialArgs = {
inherit inputs;
system = "x86_64-linux";
};
modules = [
./hosts/demeter
@ -95,7 +94,6 @@
callisto = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
system = "aarch64-linux";
};
modules = [
./hosts/callisto
@ -104,7 +102,6 @@
adrastea = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
system = "x86_64-linux";
};
modules = [
./hosts/adrastea