Stephen 🐈 🇨🇦 on Nostr: nprofile1q…j763t I have already been bitten by the dumbest error messages known to ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq3j6f4rpqrrhnne75n04f8nttpgggjm7sf22wtgr5424muj49dc6snj763t (nprofile…763t) I have already been bitten by the dumbest error messages known to man
As an example:
```
nix shell
error: path '/nix/store/0ccnxa25whszw7mgbgyzdm4nqc0zwnm8-source/flake.nix' does not exist
```
The solution was to `git add flake.nix`. This would not have been an issue if I was not in a git repository. Apparently it's a bug in how the caching works in nix
As an example:
```
nix shell
error: path '/nix/store/0ccnxa25whszw7mgbgyzdm4nqc0zwnm8-source/flake.nix' does not exist
```
The solution was to `git add flake.nix`. This would not have been an issue if I was not in a git repository. Apparently it's a bug in how the caching works in nix