Skip to content

Commit

Permalink
avoid pushing .drv.chroot files
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 24, 2022
1 parent bfb6415 commit f5f67ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/main/list-nix-store.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ for file in /nix/store/*; do
# Avoid .drv as they are not generally useful
continue
;;
*.drv.chroot)
# Avoid .drv.chroot as they are not generally useful
continue
;;
*.check)
# Skip .check file produced by --keep-failed
continue
Expand Down

0 comments on commit f5f67ba

Please sign in to comment.