Custom cache: More ignore patterns
This commit is contained in:
parent
3a16434ce1
commit
42b5a730ba
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ in
|
|||
|
||||
if [[ $storePath == *"darwin-system"* ]] ||
|
||||
[[ $storePath == *"nixos-system"* ]] ||
|
||||
[[ $storePath == *"-system-"* ]] ||
|
||||
[[ $storePath == *"home-manager"* ]] ||
|
||||
[[ $storePath == *"-etc" ]] ||
|
||||
[[ $storePath == *"-source" ]] ||
|
||||
|
@ -31,6 +32,7 @@ in
|
|||
[[ $storePath == *".check" ]] ||
|
||||
[[ $storePath == *".lock" ]] ||
|
||||
[[ $storePath == *"-*" ]]; then
|
||||
echo "Skipping: $storePath"
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue