Skip to content

:::twisted_rightwards_arrows: resolve merge conflict #3

:::twisted_rightwards_arrows: resolve merge conflict

:::twisted_rightwards_arrows: resolve merge conflict #3

Workflow file for this run

name: Check Nix flake
on:
pull_request:
push:
paths:
- 'flake.lock'
- 'flake.nix'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix flake check