initial commit
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 24s

This commit is contained in:
2025-01-12 15:46:25 +01:00
commit ecf9bb3da4
9 changed files with 158 additions and 0 deletions

15
.github/workflows/build_nix.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: "Build legacy Nix package on Ubuntu"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
install_options: --daemon
- name: Building package
run: nix build