From c222a51bd263658696978dad86c1f3bc08414e90 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 16 Aug 2023 08:45:05 +0100 Subject: [PATCH] Fix makefile typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .