diff --git a/Makefile b/Makefile index 61476b8..1c5577d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ check-status: build: check-status @NIXOS_LABEL=$$(git rev-parse HEAD) && \ echo "Setting NixOS label to commit hash: $$NIXOS_LABEL" && \ - sudo nixos-rebuild switch --flake . --arg config "'{ system.label = \"$$NIXOS_LABEL\"; }'" + sudo nixos-rebuild switch --flake . .PHONY: check-status build