Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-16 | Move value-only methods to `InstallableValue` | John Ericson | |
These methods would previously fail on the other `Installable`s, so moving them to this class is more correct as to where they actually work. Additionally, a `InstallableValueCommand` is created to make it easier (or rather no worse than before) to write commands that just work on `InstallableValue`s. Besides being a cleanup to avoid failing default methods, this gets us closer to https://github.com/NixOS/rfcs/pull/134. | |||
2022-04-28 | Shut up clang warning | Eelco Dolstra | |
2022-03-11 | nix-fmt: add command | Kevin Amado | |