Skip to content

Commit adeb359

Browse files
authored
Merge pull request #146 from nix-community/faq
README: add FAQ section
2 parents 621bf81 + 9e7c8e2 commit adeb359

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,9 @@ An example `flake.nix` demonstrating this approach is below. `vmware` or
148148
### License
149149

150150
This project is licensed under the [MIT License](LICENSE).
151+
152+
# FAQ
153+
154+
#### No space left on device
155+
156+
this means either /tmp, /run/user/$UID or your TMPFS runs full. sometimes setting TMPDIR to some other location can help, sometimes /tmp needs to be on a bigger partition (not a tmpfs).

0 commit comments

Comments
 (0)