diff --git a/Makefile b/Makefile index 66643f8..e0cc6cf 100644 --- a/Makefile +++ b/Makefile @@ -33,12 +33,12 @@ define machine_rule .PHONY: $(1) $(1): ; # systemctl --user reset-failed - sudo nix run $(NIX_ARGS) .#switch/$(1) -- $(BUILD_ARGS) + sudo nix run -L $(NIX_ARGS) .#switch/$(1) -- $(BUILD_ARGS) endef define vps_rule .PHONY: $(1) -$(1): ; nix run .#deploy/$(1) -- $(BUILD_ARGS) +$(1): ; nix run -L .#deploy/$(1) -- $(BUILD_ARGS) endef