mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
shellcheck fix: tests/functional/placeholders.sh
This commit is contained in:
parent
c82aa04a3d
commit
1aaa3dafee
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/placeholders\.sh$''
|
|
||||||
''^tests/functional/post-hook\.sh$''
|
''^tests/functional/post-hook\.sh$''
|
||||||
''^tests/functional/pure-eval\.sh$''
|
''^tests/functional/pure-eval\.sh$''
|
||||||
''^tests/functional/push-to-store-old\.sh$''
|
''^tests/functional/push-to-store-old\.sh$''
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ source common.sh
|
||||||
|
|
||||||
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