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…
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.
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…
Unstable store hash when using git subtree as a flake input