diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-04-07 15:02:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 15:02:35 +0200 |
commit | 54b3b6ebc638b148a8804b81e9c17ab52cddf8e1 (patch) | |
tree | 18d5b77e096ecf89f459d26da79cef18b273dec8 /src/nix/main.cc | |
parent | 81dfc2b01231c65137017de092c8506838fadd94 (diff) | |
parent | 9d1105824f99ada218387eb8791643f66b25c3f8 (diff) |
Merge pull request #7887 from obsidiansystems/add-derivation
`nix derivation add`, `show-derivation` -> `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"}}, |