mirror of
https://github.com/NixOS/nix
synced 2025-07-18 07:08:27 +02:00
Add command 'nix store path-from-hash-part'
This exposes the Store::queryPathFromHashPart() interface in the CLI.
This commit is contained in:
parent
a324e9a5c8
commit
61f89e954a
4 changed files with 71 additions and 1 deletions
|
@ -109,7 +109,8 @@ nix_tests = \
|
|||
store-ping.sh \
|
||||
fetchClosure.sh \
|
||||
completions.sh \
|
||||
impure-derivations.sh
|
||||
impure-derivations.sh \
|
||||
path-from-hash-part.sh
|
||||
|
||||
ifeq ($(HAVE_LIBCPUID), 1)
|
||||
nix_tests += compute-levels.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue