1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/tests/functional/fixed.builder1.sh
2025-09-26 08:41:30 -07:00

5 lines
179 B
Bash

# shellcheck shell=bash
if test "$IMPURE_VAR1" != "foo"; then exit 1; fi
if test "$IMPURE_VAR2" != "bar"; then exit 1; fi
# shellcheck disable=SC2154
echo "Hello World!" > "$out"