Skip to content

Commit

Permalink
chore: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rennsax committed Oct 21, 2024
1 parent 7bbf0f8 commit 2ee4930
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
install-nix:
@command -v nix >/dev/null 2>&1 || curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm

init-ubuntu: install-nix
./scripts/init-ubuntu

size:
@sudo du -sh /nix

.PHONY: size
.PHONY: install-nix init-ubuntu size

0 comments on commit 2ee4930

Please sign in to comment.