Florian RICHER
75adf917c3
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7s
15 lines
346 B
YAML
15 lines
346 B
YAML
name: "Build legacy Nix package on Ubuntu"
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: https://github.com/actions/checkout@v4
|
|
- uses: https://github.com/cachix/install-nix-action@v30
|
|
with:
|
|
nix_path: nixpkgs=channel:nixos-unstable
|
|
- name: Building package
|
|
run: nix build
|