fix: Bump nixpkgs and switch nix3 cli

This commit is contained in:
2026-02-17 10:53:01 +01:00
parent 708275d73d
commit 0fdb5e15fc
6 changed files with 155 additions and 48 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ runs:
"${{ inputs.REGISTRY }}"
# Build container
nix-build -A containers."${{ inputs.project }}" \
nix build --file . containers."${{ inputs.project }}" --log-format bar-with-logs -L \
--argstr env "${{ steps.envvars.outputs.ENV }}"
# The Nix build creates a compressed tar.gz file, we need to extract it first