Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

README: mark project as unmaintained #238

README: mark project as unmaintained

README: mark project as unmaintained #238

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- run: nix build --extra-experimental-features nix-command -L -f . -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --show-trace