Skip to content

Commit

Permalink
cli: set CUE_EXPERIMENTS automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed Jun 3, 2024
1 parent bd348f9 commit fe2d0fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/hof/main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
package main

import (
"os"

"github.com/hofstadter-io/hof/cmd/hof/cmd"
)

func main() {
os.Setenv("CUE_EXPERIMENT", "modules=0")

cmd.RunExit()
}

0 comments on commit fe2d0fd

Please sign in to comment.