mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-17 21:42:31 -06:00
9 lines
195 B
YAML
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
|