| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Remove unecessary inputs
2. Use `flake-parts` module `easyOverlay`
3. Add default Nix formatter
4. Make `systems` attr overridable
|
|
|
|
Switches from an iterator to callback style, which significantly increases the clarity of the whole thing.
|
|
|
|
|
|
Fixes #2419
|
|
|
|
|
|
|
|
Errors about superfluous arguments are now thrown before errors of the function execution itself.
Fixes #1367
|
|
Things like `luma(1, key: "val")` didn't produce an error before because `args.finish()?` wasn't called. This changes `args: Args` to `args: &mut Args` to make it impossible for that to happen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is preliminary since a few more changes will come before 0.9.
|
|
|
|
Fixes #2397
|
|
Fixes #2447
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|