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

workflow: Replace nixpkgs channel with nixos

This commit is contained in:
Janne Heß 2021-09-30 21:58:40 +02:00
parent 827696f6a2
commit 64e8411831
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

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