Skip to content

Commit

Permalink
Try nix develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Gomez committed Jan 1, 2025
1 parent 4f43811 commit 39f658b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Develop
run: nix develop .#render --no-pure-eval
- uses: nicknovitski/nix-develop@v1
with:
arguments: ".#render --no-pure-eval"
- name: Render
run: just render

0 comments on commit 39f658b

Please sign in to comment.