mirror of
https://github.com/NixOS/templates.git
synced 2026-01-15 02:38:47 +01:00
added rust and python templates
This commit is contained in:
parent
98414b0eea
commit
a34b491aea
12 changed files with 130 additions and 0 deletions
13
python/.github/workflows/build_nix.yml
vendored
Normal file
13
python/.github/workflows/build_nix.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue