From b77ca6a5d3b7e1f880e22e6c32094bc9fd26e9c1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 31 May 2023 11:21:08 +0100 Subject: [PATCH] Add bat cache --build to nixos-update Temp feature until I can figure out how/where to add to nix expression --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a1782220..d8dbe5e6 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ nixos: /etc/nixos/config nixos-update: /etc/nixos/config sudo nixos-rebuild switch + bat cache --build home: $(HOMEMANAGER_CONFIG_DIR)/home.nix