Skip to content

Commit 1c3d450

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.envrc

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:

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)