Skip to content

Commit 176b623

Browse files
make: add optimise
1 parent 7a14098 commit 176b623

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ gc:
5757
gcroots:
5858
@nix-store --gc --print-roots
5959

60+
optimise:
61+
@nix-store --optimise
62+
6063
darwin/brew-install: is_darwin
6164
@echo installing homebrew...
6265
@sudo NONINTERACTIVE=1 curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash

0 commit comments

Comments
 (0)