Remove obsolete /nix/var/nix/{manifests,channel-cache}

This commit is contained in:
Eelco Dolstra
2018-03-20 18:26:13 +01:00
parent fceb73dec7
commit 7db841512a
3 changed files with 2 additions and 7 deletions
+1 -3
View File
@@ -689,9 +689,7 @@ might be necessary to purge the local caches that store data from those
machines to disable these binary channels for the duration of the previous
command, i.e. by running:
```shell
rm /nix/var/nix/binary-cache-v3.sqlite
rm /nix/var/nix/manifests/*
rm /nix/var/nix/channel-cache/*
rm ~/.cache/nix/binary-cache*.sqlite
```
### Builds on Darwin fail with `math.h` not found