From b5753e89a7f333d9ea6c7666ca72835202447a26 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 9 Aug 2022 19:17:28 +0200 Subject: [PATCH] custom-cache: Ignore nixos-system --- home/programs/custom-nix-cache.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/custom-nix-cache.nix b/home/programs/custom-nix-cache.nix index 3b71a6d..d985f8c 100644 --- a/home/programs/custom-nix-cache.nix +++ b/home/programs/custom-nix-cache.nix @@ -17,6 +17,7 @@ in storePath=$(readlink -f /nix/store/$uncachedHash-*) if [[ $storePath == *"darwin-system"* ]] || + [[ $storePath == *"nixos-system"* ]] || [[ $storePath == *"home-manager-generation"* ]] || [[ $storePath == *"-etc" ]] || [[ $storePath == *"-source" ]] ||