Limit CI to stable

This commit is contained in:
FliegendeWurst 2022-05-25 21:37:13 +02:00
parent cf19362cb6
commit c52e248c2e

View File

@ -3,7 +3,6 @@ on:
pull_request:
push:
branches:
- main
- master
schedule:
# rebuild everyday at 4:55
@ -34,8 +33,8 @@ jobs:
#cachixName:
# - <YOUR_CACHIX_NAME>
nixPath:
- nixpkgs=channel:nixos-unstable
- nixpkgs=channel:nixpkgs-unstable
# - nixpkgs=channel:nixos-unstable
# - nixpkgs=channel:nixpkgs-unstable
- nixpkgs=channel:nixos-21.11
runs-on: ubuntu-latest
steps: