release.sh: fix shebang for NixOS

This commit is contained in:
Michael Stapelberg
2025-12-19 07:49:24 +01:00
parent 3ac79edbce
commit 1a1ea5b592

View File

@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh
# This script is used to prepare a new release of i3.
set -eu