packages: insta-wow pkg init
This commit is contained in:
parent
c6d0e010ff
commit
7d683e712f
10 changed files with 188 additions and 47 deletions
11
outputs/images.nix
Normal file
11
outputs/images.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
ook,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
inherit (ook.lib.builders) mkImage;
|
||||
in {
|
||||
flake.images = {
|
||||
ooknode = self.nixosConfigurations.ooknode.config.system.build.image;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue