aboutsummaryrefslogtreecommitdiff
path: root/src/nix/fmt.cc
AgeCommit message (Collapse)Author
2023-03-16Move 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-28Shut up clang warningEelco Dolstra
2022-03-11nix-fmt: add commandKevin Amado