Skip to content

Commit f5f67ba

Browse files
committed
avoid pushing .drv.chroot files
1 parent bfb6415 commit f5f67ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/main/list-nix-store.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ for file in /nix/store/*; do
88
# Avoid .drv as they are not generally useful
99
continue
1010
;;
11+
*.drv.chroot)
12+
# Avoid .drv.chroot as they are not generally useful
13+
continue
14+
;;
1115
*.check)
1216
# Skip .check file produced by --keep-failed
1317
continue

0 commit comments

Comments
 (0)