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
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"