please just work

This commit is contained in:
Osman Faruk Bayram 2024-10-12 12:19:30 +03:00
parent e94a1ca091
commit 12202c880e

View file

@ -8,9 +8,6 @@ check-status:
echo "Git is clean. :)"
build: check-status
@NIXOS_LABEL=$$(git rev-parse HEAD) && \
echo "Setting NixOS label to commit hash: $$NIXOS_LABEL" && \
sudo nixos-rebuild switch --flake .
@NIXOS_LABEL=$$(git rev-parse HEAD) sudo nixos-rebuild switch --flake .
.PHONY: check-status build