Skip to content

Update default.nix

Update default.nix #53

Workflow file for this run

name: Build Starter Template
on:
push:
branches:
- main
paths:
- 'templates/starter/**'
pull_request:
branches:
- main
paths:
- 'templates/starter/**'
jobs:
build-starter-template:
uses: ./.github/workflows/build-template.yml
with:
template: 'starter'
arch: 'x86_64-linux'