fix: build successfully on adrastea

This commit is contained in:
Youwen Wu 2024-08-22 19:08:11 -07:00
parent a2a9e20ba8
commit ddab834b69
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 36 additions and 35 deletions

View file

@ -98,8 +98,10 @@
];
};
adrastea = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
system = "x86_64-linux";
specialArgs = {
inherit inputs;
system = "x86_64-linux";
};
modules = [
./hosts/adrastea
];