From fbd7f0baef5e3f7d02f1507912a248a82e3e5370 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 25 Nov 2025 16:52:49 -0600 Subject: [PATCH] Another attempt to fix syntax --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d1da91..cf1cfdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,9 +35,8 @@ default: - img-immich variables: NIX_OPTIONS: >- - --option - extra-experimental-features - "flakes nix-command" + --extra-experimental-features + "nix-command flakes" script: - nix $NIX_OPTIONS build ".#${IMG}" - cp -L result "${IMG}.tar.gz"