Skip to content

Commit

Permalink
fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Feb 23, 2024
1 parent 1efe0b2 commit a274a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
tmp="$(mktemp -d)"
devenv init "$tmp"
pushd "$tmp"
echo -e " devenv:\n url: path:${config.devenv.root}/src/modules" >> devenv.yaml
echo -e " devenv:\n url: path:${config.devenv.root}?dir=src/modules" >> devenv.yaml
cat devenv.yaml
devenv version
devenv ci
Expand Down

0 comments on commit a274a24

Please sign in to comment.