Skip to content

NixOS & Darwin flake template testing #9

NixOS & Darwin flake template testing

NixOS & Darwin flake template testing #9

Workflow file for this run

---
name: 'Test NixOS Flake Template'
on:
push:
branches: [main]
pull_request:
jobs:
build-nixos-deriv:
name: 'Build NixOS template derivation'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: bash hack/test-nixos.sh