Use nix build -L instead

This commit is contained in:
Greg Hellings
2024-11-15 10:18:52 -06:00
parent ebeacafc05
commit 145e603b12
+1 -1
View File
@@ -23,7 +23,7 @@ build:
tags: tags:
- nix - nix
script: script:
- nix run "nixpkgs#nom" -- build - nix build -L
- cp result/sword.tar.xz ./sword-$TAG.tar.xz - cp result/sword.tar.xz ./sword-$TAG.tar.xz
- echo "BUILD_ID=$CI_JOB_ID" > build.env - echo "BUILD_ID=$CI_JOB_ID" > build.env
artifacts: artifacts: