mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: update callisto reference system
This commit is contained in:
parent
b6d500cc53
commit
414ecc1a33
3 changed files with 25 additions and 13 deletions
10
flake.nix
10
flake.nix
|
@ -133,9 +133,13 @@
|
|||
./reference/hosts/demeter
|
||||
];
|
||||
};
|
||||
callisto = buildLiminalOS {
|
||||
inherit nixpkgs inputs;
|
||||
systemModule = ./reference/hosts/callisto;
|
||||
callisto = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs self;
|
||||
};
|
||||
modules = [
|
||||
./reference/hosts/callisto
|
||||
];
|
||||
};
|
||||
adrastea = buildLiminalOS {
|
||||
inherit inputs nixpkgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue