no need for this now

This commit is contained in:
Osman Faruk Bayram 2024-10-17 23:17:15 +03:00
parent 21ef79fbe4
commit 3dcfac3066

View file

@ -8,6 +8,6 @@ check-status:
echo "Git is clean. :)"
build: check-status
@NIXOS_LABEL=$$(git rev-parse HEAD) sudo nixos-rebuild switch --flake .
sudo nixos-rebuild switch --flake .
.PHONY: check-status build