From 11cbcf256b2f8c155741572b9a85a0ab31ccd3a2 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Wed, 28 Dec 2022 23:07:10 +0100 Subject: [PATCH] bump template to build for 22.11 --- .github/workflows/build.yml | 2 +- .travis.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa7ff57..3e3c146 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index ef6bb32..ecec570 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 != "" && "cron" != "${TRAVIS_EVENT_TYPE}" && "false" = "${TRAVIS_PULL_REQUEST}" && "master" = "${TRAVIS_BRANCH}" ]]; then curl -XPOST "https://nur-update.herokuapp.com/update?repo=${NUR_REPO}"; fi -