writers: export flake-parts module
This commit is contained in:
7
flake-parts/modules.nix
Normal file
7
flake-parts/modules.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
# export some of our flake moduels for re-use in other projects
|
||||
{ ...
|
||||
}: {
|
||||
flake.modules.flake-parts = {
|
||||
writers = ./writers;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user