2024-11-06 13:18:17 +01:00
|
|
|
name: "Build legacy Nix package on Ubuntu"
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-11-27 22:26:46 +01:00
|
|
|
- uses: https://github.com/actions/checkout@v2
|
|
|
|
- uses: https://github.com/cachix/install-nix-action@v26
|
2024-11-06 13:18:17 +01:00
|
|
|
- name: Building package
|
|
|
|
run: nix build
|