ci: Add workflow that runs nix build

This commit is contained in:
OatmealDome
2024-01-30 20:29:33 -05:00
parent 4c6e0e44f7
commit 339cdd71c2

19
.github/workflows/build-flake.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Build Nix Flake
on:
push:
branches: [master]
pull_request:
permissions:
contents: read
jobs:
build-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
- run: nix build