Skip to content

Merge pull request #18 from hasura/djh/NDAT-821/service-name-as-input #49

Merge pull request #18 from hasura/djh/NDAT-821/service-name-as-input

Merge pull request #18 from hasura/djh/NDAT-821/service-name-as-input #49

Workflow file for this run

name: test Nix support
on: push
jobs:
evaluate-nix-shell:
name: Evaluate the Nix shell
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install Nix ❄
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache 🔌
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Evaluate the Nix shell
run: nix develop -c "true"