Skip to content

fixed build-stages.nix #22

fixed build-stages.nix

fixed build-stages.nix #22

Workflow file for this run

name: "Build workspace"
on:
push:
branches:
- master
jobs:
default:
name: Default package
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v21
- name: Build the default package
run: nix build .# -L