Skip to content

Commit 5ebfd5a

Browse files
committed
flake.nix: update nix-darwin to 25.11, remove nixpkgs_25_11
Flake lock file updates: • Updated input 'darwin': 'github:LnL7/nix-darwin/000eadb231812ad6ea6aebd7526974aaf4e79355' (2025-10-03) → 'github:LnL7/nix-darwin/e95de00a471d07435e0527ff4db092c84998698e' (2025-11-26) • Updated input 'darwin/nixpkgs': follows 'nixpkgs_25_05' → follows 'nixpkgs' • Removed input 'nixpkgs_25_05'
1 parent 655f262 commit 5ebfd5a

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

flake.lock

Lines changed: 5 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
};
2929

3030
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11-small";
31-
nixpkgs_25_05.url = "github:NixOS/nixpkgs/nixos-25.05-small";
3231
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
3332

3433
flake-parts = {
@@ -37,8 +36,8 @@
3736
};
3837

3938
darwin = {
40-
url = "github:LnL7/nix-darwin/nix-darwin-25.05";
41-
inputs.nixpkgs.follows = "nixpkgs_25_05";
39+
url = "github:LnL7/nix-darwin/nix-darwin-25.11";
40+
inputs.nixpkgs.follows = "nixpkgs";
4241
};
4342

4443
flake-utils.url = "github:numtide/flake-utils";

0 commit comments

Comments
 (0)