mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
8 lines
120 B
YAML
8 lines
120 B
YAML
stages:
|
|
- test
|
|
|
|
build-config:
|
|
stage: test
|
|
image: nixos/latest:latest
|
|
script:
|
|
- nix run nixpkgs#nh -- --help
|