4 lines
148 B
Bash
4 lines
148 B
Bash
# Occasionally the nix store can get into a tizz and all updates will fail
|
|
# This should fix that
|
|
sudo nix-store --repair --verify --check-contents
|