We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fd8f0 commit ef6e717Copy full SHA for ef6e717
Makefile
@@ -51,6 +51,9 @@ gc:
51
@nix-collect-garbage -d
52
@df -h /
53
54
+gcroots:
55
+ @nix-store --gc --print-roots | head -n30
56
+
57
darwin/brew-install: is_darwin
58
@echo installing homebrew...
59
@sudo NONINTERACTIVE=1 curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash
0 commit comments