diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-02 13:59:19 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-07 08:34:58 -0400 |
commit | 2b98af2e62f8a70cfa132f9bac7049a198309df8 (patch) | |
tree | 06416e6582ebd19a068c7ab661cfa1f3b9cd3366 /src/nix/main.cc | |
parent | 4e9f32f993aaa9f7995919e480e0e920d946184d (diff) |
`nix show-derivation` -> `nix derivation show`
Diffstat (limited to 'src/nix/main.cc')
-rw-r--r-- | src/nix/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/main.cc b/src/nix/main.cc index 4d4164333..f943f77bb 100644 --- a/src/nix/main.cc +++ b/src/nix/main.cc @@ -127,6 +127,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs {"optimise-store", {"store", "optimise"}}, {"ping-store", {"store", "ping"}}, {"sign-paths", {"store", "sign"}}, + {"show-derivation", {"derivation", "show"}}, {"to-base16", {"hash", "to-base16"}}, {"to-base32", {"hash", "to-base32"}}, {"to-base64", {"hash", "to-base64"}}, |