Try fixing syntax

This commit is contained in:
Greg Hellings
2025-11-25 16:50:08 -06:00
parent 5dd99f7bae
commit 28973eabb7
+1 -1
View File
@@ -37,7 +37,7 @@ default:
NIX_OPTIONS: >- NIX_OPTIONS: >-
--option --option
extra-experimental-features extra-experimental-features
"flake nix-command" "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"