Skip to content

Commit

Permalink
env-up: proper CWD; flake: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Dec 13, 2023
1 parent d233e36 commit 8b2014a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
# "devenv up" does not work when on flakes...
env-up.exec = ''
set -euo pipefail
cd "$DEVENV_ROOT"
procfilescript=$(nix build "${raiseFlakeOutput}" --no-link --print-out-paths --accept-flake-config --impure)
exec "$procfilescript" "$@"
'';
Expand Down
16 changes: 8 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b2014a

Please sign in to comment.