Skip to content

Commit

Permalink
ci: update check for devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed Jun 11, 2024
1 parent f7e7898 commit e339c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nix-flake-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main

- name: Run Nix Flake Check
run: nix flake check
# devenv needs devenv-root
run: nix flake check --override-input devenv-root "file+file://"<(printf %s "$PWD")

0 comments on commit e339c6f

Please sign in to comment.