custom-cache: Ignore nixos-system
This commit is contained in:
parent
db8b8796c2
commit
b5753e89a7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ in
|
||||||
storePath=$(readlink -f /nix/store/$uncachedHash-*)
|
storePath=$(readlink -f /nix/store/$uncachedHash-*)
|
||||||
|
|
||||||
if [[ $storePath == *"darwin-system"* ]] ||
|
if [[ $storePath == *"darwin-system"* ]] ||
|
||||||
|
[[ $storePath == *"nixos-system"* ]] ||
|
||||||
[[ $storePath == *"home-manager-generation"* ]] ||
|
[[ $storePath == *"home-manager-generation"* ]] ||
|
||||||
[[ $storePath == *"-etc" ]] ||
|
[[ $storePath == *"-etc" ]] ||
|
||||||
[[ $storePath == *"-source" ]] ||
|
[[ $storePath == *"-source" ]] ||
|
||||||
|
|
Loading…
Reference in a new issue