feat: add orpheus to flake
This commit is contained in:
parent
fdffc8d4e0
commit
19865bc17f
4 changed files with 71 additions and 0 deletions
|
@ -34,6 +34,15 @@
|
|||
name = "nemesis";
|
||||
value = mkSystem "nemesis";
|
||||
}
|
||||
{
|
||||
name = "orpheus";
|
||||
value = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = args;
|
||||
modules = [
|
||||
./systems/orpheus.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue