fix: add DENORT_BIN
location to deno compile
, bump flake lock (#16)
#40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Nix expressions | |
on: | |
push: | |
branches: [main] | |
paths: ["**.nix"] | |
pull_request: | |
paths: ["**.nix"] | |
workflow_dispatch: | |
jobs: | |
flake-check: | |
runs-on: "ubuntu-latest" | |
services: | |
verdaccio: | |
image: verdaccio/verdaccio:5 | |
ports: | |
- 4873:4873 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@main | |
with: | |
extra-conf: | | |
sandbox = true | |
- uses: DeterminateSystems/magic-nix-cache-action@main | |
- run: nix flake check -Lv |