fix nix build
This commit is contained in:
parent
b1d5fc79ce
commit
4bd4fd1387
8 changed files with 1422 additions and 113 deletions
13
.forgejo/workflows/build-nix.yml
Normal file
13
.forgejo/workflows/build-nix.yml
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@v26
|
||||
- name: Building package
|
||||
run: nix build
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['*']
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: https://github.com/famedly/github-workflows/.github/workflows/rust.yml@main
|
||||
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue