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

Commit 2d11854

Browse files
committed
Add another common error
1 parent d3f8113 commit 2d11854

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/code/Flakes/Reference/CommonErrors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ error: getting status of '/nix/store/1dg75ahm07ah26phnd1jy1jq06s680ps-source/som
88
```
99

1010
Make sure the file is staged to version control. Flakes can't see files that are not tracked by version control.
11+
12+
```
13+
warning: Git tree '/home/rodney/iohk/cardano-wallet' is dirty
14+
```
15+
16+
It can be hidden (if desired) by using the allow-dirty = true option in nix.conf.

0 commit comments

Comments
 (0)