Correct bootstrap env line for NixOS

This commit is contained in:
2024-04-04 16:13:48 +01:00
parent f0e9194d6c
commit 37a32f3532

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
which git >/dev/null 2>&1
if [ $? -ne 0 ]; then