You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been noticing an odd behavior where if I update my flake.lock on my aarch64-darwin host, I get a different narHash than if I do it on an x86_64-linux one.
Describe the bug
I've been noticing an odd behavior where if I update my
flake.lock
on myaarch64-darwin
host, I get a differentnarHash
than if I do it on anx86_64-linux
one.Steps To Reproduce
git clone https://github.com/lovesegfault/nix-config
cd nix-config
git checkout 5dad1c5138074c57fe32ba8979267be6c969858a
nix flake lock --recreate-lock-file
aarch64-darwin
x86_64-linux
[no change]
aarch64-linux
[no change]
Expected behavior
The narHash shouldn't change since it's already correct.
nix-env --version
outputThe text was updated successfully, but these errors were encountered: