Initial commit.

This commit is contained in:
Lyle Mantooth 2022-11-13 12:14:47 -05:00
commit 37dd546089
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
8 changed files with 149 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@v12
- name: Building package
run: nix-build . -A defaultPackage.x86_64-linux