added rust and python templates

This commit is contained in:
Vladimir Serov 2021-03-10 06:50:35 +03:00
parent 98414b0eea
commit a34b491aea
No known key found for this signature in database
GPG key ID: 6BA7C26C3FDF7BB3
12 changed files with 130 additions and 0 deletions

13
python/.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