Skip to content

Update README.md to precise that software is available in latest stable channel (23.11 as of today) #602

Update README.md to precise that software is available in latest stable channel (23.11 as of today)

Update README.md to precise that software is available in latest stable channel (23.11 as of today) #602

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- main
- staging
- trying
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: build
run: nix build
- name: Run tests
run: nix develop -c pytest -s .