Skip to content

Fix patching Lib/subprocess.py for 3.0 - 3.6 on NixOS 24.05 #110

Fix patching Lib/subprocess.py for 3.0 - 3.6 on NixOS 24.05

Fix patching Lib/subprocess.py for 3.0 - 3.6 on NixOS 24.05 #110

Workflow file for this run

name: "Build & Test"
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
os: [[self-hosted, linux, X64], [macos-13], [self-hosted, macOS, ARM64], [self-hosted, linux, ARM64]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
- uses: cachix/cachix-action@v15
with:
name: nixpkgs-python
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L --keep-going --accept-flake-config --show-trace