Tags: thufschmitt/nix
Tags
Implement the randomStorePath method for the daemon store Add a new method to the daemon API to allow directly querying a random path on the remote side. Also makes sure that the tests will only run when the daemon version is high-enough
Add a cli command exposing the randomStorePath method ```console $ nix store random-path /nix/store/ivl1p0m612n3zj1hm9cw50gxdzxa5mlb-util-linux-minimal-2.37.4-lib ```
Generalize for potentially any store implem
Make builtins.randomStorePath semantically correct
PreviousNext