mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
fix bug with nix master
This commit is contained in:
parent
fa1f7cdc8a
commit
13c6d228be
1 changed files with 4 additions and 0 deletions
4
dist/main/list-nix-store.sh
vendored
4
dist/main/list-nix-store.sh
vendored
|
|
@ -12,6 +12,10 @@ for file in /nix/store/*; do
|
|||
# Skip .check file produced by --keep-failed
|
||||
continue
|
||||
;;
|
||||
*.lock)
|
||||
# Skip .lock files
|
||||
continue
|
||||
;;
|
||||
*)
|
||||
echo "$file"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue