diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bf0a07..430620f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,5 @@ build-config: stage: test image: nixos/nix:latest script: - nix --experimental-features "nix-command flakes" run nixpkgs#nh -- os test . --dry + - nixos-rebuild test + #nix --experimental-features "nix-command flakes" run nixpkgs#nh -- os test . --dry