diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-24 22:13:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 22:13:57 +0100 |
commit | d9cfd853e52d0173f86a1648246360faa96c516c (patch) | |
tree | e735153ac8e67e25d3d92f78e7e7267bb4a7c9c9 /src/nix/main.cc | |
parent | c9148f4ece638a08e912ac53e1d2e1d111e46beb (diff) | |
parent | f902f3c2cbfa1a78bec8d135297abe244452e794 (diff) |
Merge pull request #6302 from edolstra/fetch-closure
Add builtins.fetchClosure
Diffstat (limited to 'src/nix/main.cc')
-rw-r--r-- | src/nix/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/main.cc b/src/nix/main.cc index b923f2535..9bc6c15fa 100644 --- a/src/nix/main.cc +++ b/src/nix/main.cc @@ -117,7 +117,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs {"hash-path", {"hash", "path"}}, {"ls-nar", {"nar", "ls"}}, {"ls-store", {"store", "ls"}}, - {"make-content-addressable", {"store", "make-content-addressable"}}, + {"make-content-addressable", {"store", "make-content-addressed"}}, {"optimise-store", {"store", "optimise"}}, {"ping-store", {"store", "ping"}}, {"sign-paths", {"store", "sign"}}, |