1
0
Fork 0

bump template to build for 22.11

main
Anthony Roussel 2022-12-28 23:07:10 +01:00
parent 71d59a8298
commit 11cbcf256b
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
2 changed files with 2 additions and 3 deletions

View File

@ -36,7 +36,7 @@ jobs:
nixPath:
- nixpkgs=channel:nixos-unstable
- nixpkgs=channel:nixpkgs-unstable
- nixpkgs=channel:nixos-22.05
- nixpkgs=channel:nixos-22.11
runs-on: ubuntu-latest
steps:
- name: Checkout repository

View File

@ -25,7 +25,7 @@ matrix:
include:
- env: NIX_PATH=nixpkgs=channel:nixpkgs-unstable
- env: NIX_PATH=nixpkgs=channel:nixos-unstable
- env: NIX_PATH=nixpkgs=channel:nixos-20.03
- env: NIX_PATH=nixpkgs=channel:nixos-22.11
script:
- nix-build ci.nix -A buildOutputs
@ -37,4 +37,3 @@ after_success:
- if [ -n "${CACHIX_CACHE}" ]; then nix-build ci.nix -A cacheOutputs | cachix push "${CACHIX_CACHE}"; fi
- if [[ NUR_REPO != "<YOUR_NUR_REPO_NAME_HERE>" && "cron" != "${TRAVIS_EVENT_TYPE}" && "false" = "${TRAVIS_PULL_REQUEST}" && "master" = "${TRAVIS_BRANCH}" ]]; then
curl -XPOST "https://nur-update.herokuapp.com/update?repo=${NUR_REPO}"; fi