From 96aeaf1ab147728f74ec8fded6fdc9ca955dd917 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 27 Nov 2024 11:18:50 +0100 Subject: [PATCH] github/update-flake-lock: only update master and latest release Older releases are not supported upstream, so the nixpkgs input shouldn't update, most of the time --- .github/workflows/update-flake-lock.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 7b45f15..d35fb5d 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -20,8 +20,6 @@ jobs: branch: - master - nixos-24.05 - - nixos-23.11 - - nixos-23.05 permissions: contents: write # to create branch pull-requests: write # to create PR to backport