Aidan Gauland aidalgol · he/him
  • New Zealand
  • Joined on 2024-11-28
aidalgol commented on issue lix-project/lix#586 2024-11-29 05:38:30 +00:00
Unstable store hash when using subdirectory as a flake input

I could not figure out a git input type that would work with a subdirectory path.

https://discourse.nixos.org/t/get-nix-flake-to-include-git-submodule/30324/18

The answer appears to be…

aidalgol commented on issue lix-project/lix#586 2024-11-29 05:23:49 +00:00
Unstable store hash when using subdirectory as a flake input

I did some more monkeying around, and found that the issue has nothing to do with subtrees. If you have a subdirectory flake in the same repo, you get the same unstable-store-hash issue.

aidalgol commented on issue lix-project/lix#586 2024-11-29 00:29:23 +00:00
Unstable store hash when using subdirectory as a flake input

Tested against Nix 2.18 from nixpkgs and the same thing happens, so not a regression in Lix.

❯ nix --version
nix (Nix) 2.18.9

Tried again with Lix (same version as in…

aidalgol opened issue lix-project/lix#586 2024-11-28 05:40:27 +00:00
Unstable store hash when using git subtree as a flake input