1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

workflow: Update nixos channel to 21.05

This commit is contained in:
Janne Heß 2021-08-27 20:47:16 +02:00
parent f61a391089
commit 1029f6e0c9
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
nixPath:
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-20.09.tar.gz
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.05.tar.gz
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}