Skip to content

Use channels to return the derivation descriptions #14

Use channels to return the derivation descriptions

Use channels to return the derivation descriptions #14

Workflow file for this run

name: "Build 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 . --extra-experimental-features "flakes nix-command"