mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-18 05:52:32 -06:00
8 lines
169 B
YAML
8 lines
169 B
YAML
stages:
|
|
- test
|
|
|
|
build-config:
|
|
stage: test
|
|
image: nixos/nix:latest
|
|
script:
|
|
nix --experimental-features "nix-command flakes" run nixpkgs#nh -- os test . --dry
|