diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-10-18 16:42:06 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-10-18 16:51:12 +0200 |
commit | 61f89e954af060c8dbdcd5a4fffcf023ac555686 (patch) | |
tree | 6f31c9158a54c1a91069c2a8b9004a371e38b7b4 /tests/local.mk | |
parent | a324e9a5c84a144b824303064220463977c63c73 (diff) |
Add command 'nix store path-from-hash-part'
This exposes the Store::queryPathFromHashPart() interface in the CLI.
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 5e48ceae1..340817ec3 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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 |