Skip to content

Add 16 color to Github themes #43

Add 16 color to Github themes

Add 16 color to Github themes #43

Workflow file for this run

name: "Build legacy Nix package on Ubuntu"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- name: Building package
run: nix-build . -A defaultPackage.x86_64-linux