1
1
forked from extern/flakelight

Shorten list of items in goals

This commit is contained in:
Archit Gupta 2023-08-27 18:19:08 -07:00
parent 1b3cb5dd5d
commit f684fd8b03

View File

@ -6,9 +6,7 @@ A modular Nix flake framework for simplifying flake definitions.
- Minimize boilerplate needed for flakes
- Support straightforward configuration of all vanilla flake attributes
- Be familiar to Nix users using flakes and nixpkgs
- Allow sharing common configuration using modules
- Make flakes simpler to read by moving complexity into the framework
- What can be done automatically, should be
- Provide good defaults, but let them be changed/disabled