From d5467dc2bbb7fb022e0cd7688c80988566d11c68 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 16 May 2025 20:34:29 -0600 Subject: [PATCH] fix? --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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