lolbinarycat lolbinarycat
  • Joined on 2024-10-21
lolbinarycat commented on issue lix-project/lix#555 2024-10-25 18:32:50 +00:00
Quickly add a non-leaf path to the nix store

ok, anywhere i can actually find a description of the format used by nix-store --import? i tried reading the relevant code but C++ code is really hard to grep through due to lack of a fn keyword.

lolbinarycat commented on issue lix-project/lix#555 2024-10-25 17:53:43 +00:00
Quickly add a non-leaf path to the nix store

without a bound on which references to scan for the scan result depends on the current state of the store, which is entirely against the stated goal of making store objects reproducible.

do…

lolbinarycat commented on issue lix-project/lix#555 2024-10-25 15:42:16 +00:00
Quickly add a non-leaf path to the nix store

the thing we think you are asking for (scanning any directory for references and adding those as dependencies) is fundamentally unsound

how so? do you just mean in terms of garbage collection,…

lolbinarycat opened issue lix-project/lix#555 2024-10-21 22:00:42 +00:00
Quickly add a non-leaf path to the nix store