Hi there! I am having a strange problem with my nix setup.
I get the following error when running nix flake update
error:
… while updating the lock file of flake 'git+file:///Users/name/Desktop/CODE/data-commons-mvp/data-commons-mvp'
… while updating the flake input 'holochain'
error: unsupported tarball input attribute 'lastModified'
The error started appearing after I forked a npm package and then installed it from a local repo. I then deleted my flake.lock and ran the update command.
I have now reverted all changes however I cannot run the flake update command.
Are there any suggestions about how I may resolve this ?