Skip to content

Commit 03b4599

Browse files
committed
updated nix.md
1 parent 7768a6e commit 03b4599

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nix.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ nix-prefetch-url --unpack https://github.com/NixOS/nixpkgs/archive/fksjflskjfsdl
7272
nix-store -q —requisites `nix-build —no-out-link ‘<nixpkgs>’ -A vim` | sort -uf | xargs du -ch | tail -1
7373
```
7474

75+
## Fix `nix store` issues
76+
77+
```bash
78+
sudo nix-store —repair —verify —check-contents
79+
```
80+
7581
## Nix Package Manager
7682

7783
### Multiuser Installation

0 commit comments

Comments
 (0)