mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
fix: build successfully on adrastea
This commit is contained in:
parent
a2a9e20ba8
commit
ddab834b69
4 changed files with 36 additions and 35 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue