Skip to content

Commit e7f1501

Browse files
committed
Use portable shebang in .envrc template for NixOS compatibility
1 parent bd30fb0 commit e7f1501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/devbox/generate/tmpl/envrc.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Automatically sets up your devbox environment whenever you cd into this
44
# directory via our direnv integration:

0 commit comments

Comments
 (0)