feat(flake): start using flake-parts
Deprecate `util`'s `forEachSystem` and `forEachPkgs` Use `flake-parts`'s `mkFlake` Export `flakeModules`
This commit is contained in:
parent
02f7fe0cf5
commit
e832c6558a
4 changed files with 138 additions and 99 deletions
5
modules/flake/README.md
Normal file
5
modules/flake/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
Add your reusable flake modules to this directory (<https://flake.parts/>)
|
||||
|
||||
These are considered modules:
|
||||
- files, ending in `.nix` (excluding `default.nix`)
|
||||
- directories, containing `default.nix`
|
Loading…
Add table
Add a link
Reference in a new issue