Update the code version to 0.1.1 No actual code changes, just updating pins and other stuff Updating nix pins and versions Attempting to fix Gitlab CI
12 lines
120 B
YAML
12 lines
120 B
YAML
stages:
|
|
- check
|
|
- build
|
|
|
|
check:
|
|
stage: check
|
|
tags:
|
|
- nix
|
|
script:
|
|
- nix flake check
|
|
- nix build -L
|