flake.*: bump to nixpkgs 25.11

Bump the GitHub Actions Nix install as well; nixpkgs 25.11 requires a
newer nix command.
This commit is contained in:
Elias Naur
2026-02-06 15:53:52 +01:00
committed by Ron Evans
parent 66d7099c96
commit f23e18a8de
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
key: ${{ steps.cache-llvm-source.outputs.cache-primary-key }}
path: |
llvm-project/compiler-rt
- uses: cachix/install-nix-action@v22
- uses: cachix/install-nix-action@v31
- name: Test
run: |
nix develop --ignore-environment --keep HOME --command bash -c "go install && ~/go/bin/tinygo version && ~/go/bin/tinygo build -o test ./testdata/cgo"