mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
refactor: remove unnecessary system specialArg
This commit is contained in:
parent
b1201b90cb
commit
dd5715083a
3 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue