mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
ref: move generators into jobs & improvements
- format generated files with nixpkgs-fmt Also unrelatedly embellish flake.nix
This commit is contained in:
parent
348d922b18
commit
bf231d19fa
7 changed files with 156 additions and 126 deletions
4
jobs/default.nix
Normal file
4
jobs/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs }:
|
||||
{
|
||||
generators = pkgs.callPackage ./generators { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue