Skip to content

Commit 024c079

Browse files
authored
Merge pull request #109 from helsinki-systems/feat/update-nixpkgs-version
workflow: Update nixos channel to 21.05
2 parents f61a391 + 1029f6e commit 024c079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
nixPath:
11-
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-20.09.tar.gz
11+
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.05.tar.gz
1212
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz
1313
os: [ ubuntu-latest, macos-latest ]
1414
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)