1
0
Fork 0
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:
Eelco Dolstra 2022-10-18 16:42:06 +02:00
parent a324e9a5c8
commit 61f89e954a
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 71 additions and 1 deletions

View file

@ -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