1
0
Fork 0

custom-cache: Ignore nixos-system

This commit is contained in:
Daniel Kempkens 2022-08-09 19:17:28 +02:00
parent db8b8796c2
commit b5753e89a7

View file

@ -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" ]] ||