Skip to content

a start for pwd

a start for pwd #116

Workflow file for this run

on:
workflow_dispatch:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
check_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix flake show --json \
| nix run nixpkgs#jq .packages \
| sort | uniq \
| grep '"name"' \
| cut -d '"' -f 4 \
| xargs -i nix build .#{} --show-trace