Fix makefile typo

This commit is contained in:
Evie Litherland-Smith 2023-08-16 08:45:05 +01:00
parent 9f8362d18b
commit c222a51bd2

View file

@ -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 .