Initial commit.

BinComp ported to Rust.
This commit is contained in:
Lyle Mantooth 2022-05-22 12:31:39 -04:00
commit c78df56306
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
11 changed files with 267 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