diff --git a/Makefile b/Makefile index 45906cd4..193cab02 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build switch test +.PHONY: build switch test home build: sudo nixos-rebuild build --flake . @@ -12,4 +12,4 @@ test: sudo nixos-rebuild test --flake . home: - nix run nixpkgs#home-manager switch --flake . + nix run nixpkgs#home-manager -- switch --flake .