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:
parent
1a5ccbeafc
commit
b8f1a8a0c1
2 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
excludes = [
|
excludes = [
|
||||||
# We haven't linted these files yet
|
# We haven't linted these files yet
|
||||||
''^tests/functional/selfref-gc\.sh$''
|
|
||||||
''^tests/functional/shell\.shebang\.sh$''
|
''^tests/functional/shell\.shebang\.sh$''
|
||||||
''^tests/functional/simple\.builder\.sh$''
|
''^tests/functional/simple\.builder\.sh$''
|
||||||
''^tests/functional/supplementary-groups\.sh$''
|
''^tests/functional/supplementary-groups\.sh$''
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ requireDaemonNewerThan "2.6.0pre20211215"
|
||||||
|
|
||||||
clearStoreIfPossible
|
clearStoreIfPossible
|
||||||
|
|
||||||
|
# shellcheck disable=SC2016
|
||||||
nix-build --no-out-link -E '
|
nix-build --no-out-link -E '
|
||||||
with import '"${config_nix}"';
|
with import '"${config_nix}"';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue