Skip to content

Merge pull request #3801 from majutsushi/sway-workspaces-x11-class #371

Merge pull request #3801 from majutsushi/sway-workspaces-x11-class

Merge pull request #3801 from majutsushi/sway-workspaces-x11-class #371

Workflow file for this run

name: "Nix-Tests"
on:
pull_request:
push:
jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake show
- run: nix flake check --print-build-logs
- run: nix build --print-build-logs