Merge pull request 'Pr' (#39) from pr into main

This commit is contained in:
clan-bot
2023-07-26 16:25:00 +00:00
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