Skip to content

Merge pull request #13 from Gepetto/drop-nixgl #37

Merge pull request #13 from Gepetto/drop-nixgl

Merge pull request #13 from Gepetto/drop-nixgl #37

Workflow file for this run

name: "Build dev shell"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: gepetto
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: ros
- run: nix build -L .#devShells.x86_64-linux.default