Framework for simplifying flake setup [maintainer=@accelbread]
Go to file
Archit Gupta 426480067c Allow escaping nix filenames with +
This allows having a dir for which loadNixDir generates a "default" attr
without making the dir importable, by naming the file `+default.nix`
instead of `default.nix`.
2023-04-15 01:45:39 -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 Allow escaping nix filenames with + 2023-04-15 01:45:39 -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.