Skip to content

Commit edbdd6e

Browse files
committed
fix: update path for nixos compat
1 parent a6173ca commit edbdd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/sdkman/env/BashEnv.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class BashEnv {
3333
BashEnv(workDir, Map env) {
3434
this.workDir = workDir as File
3535

36-
def basicPath = "/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
36+
def basicPath = "/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/run/current-system/sw/bin"
3737
def localBinDir = "${workDir}/bin"
3838

3939
def modifiedPath = "$localBinDir:$basicPath"

0 commit comments

Comments
 (0)