shellcheck: shell=bash

This commit is contained in:
happysalada 2021-06-27 19:27:35 +09:00 committed by Raphael Megzari
parent caeb3c915f
commit 8ebfafbce8
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# shellcheck shell=bash
fixupOutputHooks+=(_makeSymlinksRelative)
# For every symlink in $output that refers to another file in $output

View File

@ -1,3 +1,4 @@
# shellcheck shell=bash
# The base package for automatic multiple-output splitting. Used in stdenv as well.
preConfigureHooks+=(_multioutConfig)
preFixupHooks+=(_multioutDocs)