advent-of-code-2023/.github/workflows/build_nix.yml
Evie Litherland-Smith 12f4fbedb8 Initial commit
Move current solutions (2023) over and organise using cargo workspaces
to be a bit cleaner to work with
2023-12-29 08:11:41 +00:00

14 lines
275 B
YAML

name: "Build legacy 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 . -A defaultPackage.x86_64-linux