Skip to content

Test adding a workflow to build my nix hm setup #1

Test adding a workflow to build my nix hm setup

Test adding a workflow to build my nix hm setup #1

Workflow file for this run

name: "Test"
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-stable
- run: nix-build