From 8f62af2943917ef4aa96c542c5bcd7a411077bbf Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 16 May 2025 13:56:04 -0600 Subject: [PATCH] fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c3e5e6..7bf0a07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,4 @@ build-config: stage: test image: nixos/nix:latest script: - nix --experimental-features "nix-command flakes" run nixpkgs#nh -- --help + nix --experimental-features "nix-command flakes" run nixpkgs#nh -- os test . --dry