aboutsummaryrefslogtreecommitdiff
path: root/opt/bin/gc.sh
blob: 55440a737dcc244fc202306864876d52628d186e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -eu

# FIXME
# Is this correct?
nix-store --gc
nix-collect-garbage -d
guix gc -d

# FIXME: send email