Add option for defining flake-parts modules for downstream flakes.
This commit is contained in:
parent
98bec08c58
commit
f3c79bef3b
4 changed files with 80 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
outputs = { self, nixpkgs-lib, ... }: {
|
||||
lib = import ./lib.nix { inherit (nixpkgs-lib) lib; };
|
||||
flakeModules.flakeModules = ./modules/flakeModules.nix;
|
||||
templates = {
|
||||
default = {
|
||||
path = ./template/default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue