nix-configs/.gitlab-ci.yml
2025-05-16 20:34:29 -06:00

9 lines
195 B
YAML

stages:
- test
build-config:
stage: test
image: nixos/nix:latest
script:
- nixos-rebuild test
#nix --experimental-features "nix-command flakes" run nixpkgs#nh -- os test . --dry