summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nixos-enter.sh
diff options
context:
space:
mode:
authorVictor Engmark <victor@engmark.name>2021-11-26 18:54:23 +1300
committerVictor Engmark <victor@engmark.name>2021-11-26 18:54:23 +1300
commitadb8f5c858665d4e7f5cc85dc99d25c8b3395bf9 (patch)
treec97bb945a09acca4d693c6527c0fb3f58c912fbe /nixos/modules/installer/tools/nixos-enter.sh
parent02cea625b00fec97ffc5da1a3e992db05b624696 (diff)
downloadnixpkgs-adb8f5c858665d4e7f5cc85dc99d25c8b3395bf9.tar
nixpkgs-adb8f5c858665d4e7f5cc85dc99d25c8b3395bf9.tar.gz
nixpkgs-adb8f5c858665d4e7f5cc85dc99d25c8b3395bf9.tar.bz2
nixpkgs-adb8f5c858665d4e7f5cc85dc99d25c8b3395bf9.tar.lz
nixpkgs-adb8f5c858665d4e7f5cc85dc99d25c8b3395bf9.tar.xz
nixpkgs-adb8f5c858665d4e7f5cc85dc99d25c8b3395bf9.tar.zst
nixpkgs-adb8f5c858665d4e7f5cc85dc99d25c8b3395bf9.zip
nixos/installer: Mark scripts as Bash for ShellCheck
See <https://github.com/koalaman/shellcheck/wiki/SC2239>.
Diffstat (limited to 'nixos/modules/installer/tools/nixos-enter.sh')
-rw-r--r--nixos/modules/installer/tools/nixos-enter.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/installer/tools/nixos-enter.sh b/nixos/modules/installer/tools/nixos-enter.sh
index 00883205e8b..6469d9faa03 100644
--- a/nixos/modules/installer/tools/nixos-enter.sh
+++ b/nixos/modules/installer/tools/nixos-enter.sh
@@ -1,4 +1,5 @@
 #! @runtimeShell@
+# shellcheck shell=bash
 
 set -e