1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

shellcheck fix: tests/functional/selfref-gc.sh

This commit is contained in:
Farid Zakaria 2025-09-30 20:07:09 -07:00
parent 1a5ccbeafc
commit b8f1a8a0c1
2 changed files with 1 additions and 1 deletions

View file

@ -106,7 +106,6 @@
enable = true;
excludes = [
# We haven't linted these files yet
''^tests/functional/selfref-gc\.sh$''
''^tests/functional/shell\.shebang\.sh$''
''^tests/functional/simple\.builder\.sh$''
''^tests/functional/supplementary-groups\.sh$''

View file

@ -6,6 +6,7 @@ requireDaemonNewerThan "2.6.0pre20211215"
clearStoreIfPossible
# shellcheck disable=SC2016
nix-build --no-out-link -E '
with import '"${config_nix}"';