mirror of
https://github.com/nix-community/flakelight.git
synced 2025-03-15 22:59:41 +01:00
Framework for simplifying flake setup [maintainer=@accelbread]
This allows attrs that previously did not take args to receive args including the flakelite lib attrs and module parameters. `withOverlay` and `withPackage` are excluded as it would be ambiguous since those are already functions. They are also short forms; if args are needed, the regular plural attr can be used. These args are also added to the flakelite pkgs attr for per-system attrs to take advantage of. |
||
---|---|---|
.editorconfig | ||
.envrc | ||
.gitignore | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
flakelite
An opinionated Nix flake framework for making flakes simple.