Framework for simplifying flake setup [maintainer=@accelbread]
Go to file
Archit Gupta b1fe8e8e17 Apply optional parameters to non-per-system attrs
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.
2023-04-14 20:24:43 -07:00
.editorconfig Set git commit line lengths to 72 2023-04-14 19:04:11 -07:00
.envrc Initial commit 2023-04-13 01:08:26 -07:00
.gitignore Initial commit 2023-04-13 01:08:26 -07:00
default.nix Apply optional parameters to non-per-system attrs 2023-04-14 20:24:43 -07:00
flake.lock Initial commit 2023-04-13 01:08:26 -07:00
flake.nix Initial commit 2023-04-13 01:08:26 -07:00
LICENSE Initial commit 2023-04-13 01:08:26 -07:00
README.md Initial commit 2023-04-13 01:08:26 -07:00

flakelite

An opinionated Nix flake framework for making flakes simple.