fix bug with nix master

This commit is contained in:
Domen Kožar 2021-04-06 11:34:37 +02:00
commit 13c6d228be
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -12,6 +12,10 @@ for file in /nix/store/*; do
# Skip .check file produced by --keep-failed # Skip .check file produced by --keep-failed
continue continue
;; ;;
*.lock)
# Skip .lock files
continue
;;
*) *)
echo "$file" echo "$file"
;; ;;