1
1
Fork 0
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:
Farid Zakaria 2025-09-24 19:13:46 -07:00
parent c77b15a178
commit 98f716f78c

View file

@ -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() {