mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Revert change for SC2059 for nix_user_for_core
This commit is contained in:
parent
c77b15a178
commit
98f716f78c
1 changed files with 2 additions and 1 deletions
|
|
@ -160,7 +160,8 @@ EOF
|
|||
}
|
||||
|
||||
nix_user_for_core() {
|
||||
printf "%s%s" "$NIX_BUILD_USER_NAME_TEMPLATE" "$1"
|
||||
# shellcheck disable=SC2059
|
||||
printf "$NIX_BUILD_USER_NAME_TEMPLATE" "$1"
|
||||
}
|
||||
|
||||
nix_uid_for_core() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue