nix-community / todomvc-nix

Example on how to nixify a project [maintainer=@Rizary]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to run `nix develop`

jmcantrell opened this issue · comments

I get the following warning when running nix develop:

error: hash mismatch in fixed-output derivation '/nix/store/c7zzc9z2qn2958y9xb2cq2k9z9lpcyb7-channel-rust-stable.toml.drv':
         specified: sha256-+EFKtTDUlFY0aUXdSvrz7tAhf5/GsqyVOp8skXGTEJM=
            got:    sha256-MJyH6FPVI7diJql9d+pifu5aoqejvvXyJ+6WSJDWaIA=

got the same error when doing nix develop

this should fix it: #44