You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[docs] FAQ: add --experimental to nix store gc (#1941)
## Summary
Fixes#1938
This is more nix beginner friendly
## How was it tested?
will run the command locally (but takes time, so over lunch break)
`devbox run -- nix store gc --extra-experimental-features nix-command`
Copy file name to clipboardExpand all lines: docs/app/docs/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Devbox and Nix install your packages in the read-only Nix store, usually located
15
15
16
16
## How do I clean up unused packages from the Nix Store?
17
17
18
-
You can use `devbox run -- nix store gc` to automatically clean up packages that are no longer needed for your projects.
18
+
You can use `devbox run -- nix store gc --extra-experimental-features nix-command` to automatically clean up packages that are no longer needed for your projects.
19
19
20
20
## Does Devbox require Docker or Containers to work?
0 commit comments