From f5f9fc3c7bc356d76d0ee04f9a33434b28263587 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 17 Jun 2024 18:05:48 -0400 Subject: [PATCH] Add home-manager 24.05 --- .github/workflows/mirror.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index e9e5b2f..d5e5914 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -125,6 +125,11 @@ jobs: rolling-minor: 2305 too-big: true run-on: UbuntuLatest32Cores128G + - repo: nix-community/home-manager + branch: release-24.05 + rolling-minor: 2405 + too-big: true + run-on: UbuntuLatest32Cores128G runs-on: ${{ matrix.run-on || 'ubuntu-latest' }} permissions: