1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

Add missing --hash-algo flag to nix store add

This commit is contained in:
John Ericson 2024-01-19 01:07:26 -05:00
parent 382fa51ff0
commit 356352c370
3 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,7 @@
---
synopsis: Give `nix store add` a `--hash-algo` flag
prs: 9809
---
Adds a missing feature that was present in the old CLI, and matches our
plans to have similar flags for `nix hash convert` and `hash hash path`.