Skip to content

Commit

Permalink
nix-darwin 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Jan 14, 2025
1 parent bd92122 commit 4e9943b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
pull_request:
push:
branches:
- master
- nix-darwin-24.11

env:
NIXPKGS_BRANCH: nixpkgs-unstable
NIX_DARWIN_BRANCH: master
NIXPKGS_BRANCH: nixpkgs-24.11-darwin
NIX_DARWIN_BRANCH: nix-darwin-24.11
NIX_VERSION: 2.24.11

jobs:
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "A collection of darwin modules";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin";
};

outputs = { self, nixpkgs }: let
Expand Down
4 changes: 2 additions & 2 deletions modules/examples/flake/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
description = "Example nix-darwin system flake";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nix-darwin.url = "github:LnL7/nix-darwin/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin";
nix-darwin.url = "github:LnL7/nix-darwin/nix-darwin-24.11";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"release": "25.05",
"isReleaseBranch": false
"release": "24.11",
"isReleaseBranch": true
}

0 comments on commit 4e9943b

Please sign in to comment.