Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Add another common error
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell authored and rvl committed Apr 22, 2022
1 parent 5b80d53 commit 6ddddfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/code/Flakes/Reference/CommonErrors.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ error: getting status of '/nix/store/1dg75ahm07ah26phnd1jy1jq06s680ps-source/som
```

Make sure the file is staged to version control. Flakes can't see files that are not tracked by version control.

```
warning: Git tree '/home/rodney/iohk/cardano-wallet' is dirty
```

It can be hidden (if desired) by using the allow-dirty = true option in nix.conf.

0 comments on commit 6ddddfc

Please sign in to comment.