Another attempt to fix syntax

This commit is contained in:
Greg Hellings
2025-11-25 16:52:49 -06:00
parent 28973eabb7
commit fbd7f0baef
+2 -3
View File
@@ -35,9 +35,8 @@ default:
- img-immich - img-immich
variables: variables:
NIX_OPTIONS: >- NIX_OPTIONS: >-
--option --extra-experimental-features
extra-experimental-features "nix-command flakes"
"flakes nix-command"
script: script:
- nix $NIX_OPTIONS build ".#${IMG}" - nix $NIX_OPTIONS build ".#${IMG}"
- cp -L result "${IMG}.tar.gz" - cp -L result "${IMG}.tar.gz"