Merge pull request 'Pr' (#39) from pr into main
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;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -18,8 +18,9 @@
|
|||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
];
|
];
|
||||||
imports = [
|
imports = [
|
||||||
./flake-parts/packages.nix
|
|
||||||
./flake-parts/formatting.nix
|
./flake-parts/formatting.nix
|
||||||
|
./flake-parts/modules.nix
|
||||||
|
./flake-parts/packages.nix
|
||||||
./flake-parts/writers
|
./flake-parts/writers
|
||||||
./templates/flake-module.nix
|
./templates/flake-module.nix
|
||||||
./templates/python-project/flake-module.nix
|
./templates/python-project/flake-module.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user