Skip to content

Dockerfile: install git to populate node version string #199

Dockerfile: install git to populate node version string

Dockerfile: install git to populate node version string #199

Workflow file for this run

name: Nix build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: cachix/install-nix-action@v16
- name: Run build
run: nix build