writers: export flake-parts module
All checks were successful
build / test (push) Successful in 10s

This commit is contained in:
DavHau 2023-07-26 18:23:08 +02:00
parent 02266fd98b
commit 49c3c7d50e
2 changed files with 9 additions and 1 deletions

7
flake-parts/modules.nix Normal file
View File

@ -0,0 +1,7 @@
# export some of our flake moduels for re-use in other projects
{ ...
}: {
flake.modules.flake-parts = {
writers = ./writers;
};
}

View File

@ -18,8 +18,9 @@
"aarch64-linux"
];
imports = [
./flake-parts/packages.nix
./flake-parts/formatting.nix
./flake-parts/modules.nix
./flake-parts/packages.nix
./flake-parts/writers
./templates/flake-module.nix
./templates/python-project/flake-module.nix