Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ jobs:
branch: nixos-25.11
rolling-minor: 2511

- repo: NixOS/nixpkgs
branch: nixos-26.05
rolling-minor: 2605

- repo: nix-darwin/nix-darwin
branch: nix-darwin-24.11
rolling-minor: 2411
Expand All @@ -157,6 +161,10 @@ jobs:
branch: nix-darwin-25.11
rolling-minor: 2511

- repo: nix-darwin/nix-darwin
branch: nix-darwin-26.05
rolling-minor: 2605

- repo: nix-community/home-manager
branch: release-24.05
rolling-minor: 2405
Expand All @@ -181,6 +189,12 @@ jobs:
too-big: true
run-on: UbuntuLatest32Cores128G

- repo: nix-community/home-manager
branch: release-26.05
rolling-minor: 2605
too-big: true
run-on: UbuntuLatest32Cores128G

runs-on: ${{ matrix.run-on || 'ubuntu-latest' }}
permissions:
contents: write # In order to upload artifacts to GitHub releases
Expand Down
Loading