This commit is contained in:
Edward Langley
2025-11-13 23:20:27 -08:00
commit 4a97d20467
7 changed files with 190 additions and 0 deletions

13
.github/workflows/build_nix.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: "Build legacy Nix package on Ubuntu"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v26
- name: Building package
run: nix build