Skip to content

Commit 9bbfd81

Browse files
committed
config(flake): Update nixpkgs to version 25.05
1 parent f348bf1 commit 9bbfd81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

flake.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
nixos-2311.url = "github:NixOS/nixpkgs/nixos-23.11";
1717
nixos-2405.url = "github:NixOS/nixpkgs/nixos-24.05";
1818
nixos-2411.url = "github:NixOS/nixpkgs/nixos-24.11";
19+
nixos-2505.url = "github:NixOS/nixpkgs/nixos-25.05";
1920

20-
nixpkgs.follows = "nixos-2411";
21+
nixpkgs.follows = "nixos-2505";
2122
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
2223

2324
home-manager = {
24-
url = "github:nix-community/home-manager/release-24.11";
25+
url = "github:nix-community/home-manager/release-25.05";
2526
inputs.nixpkgs.follows = "nixpkgs";
2627
};
2728

@@ -121,7 +122,7 @@
121122
nixos-images = {
122123
url = "github:nix-community/nixos-images";
123124
inputs = {
124-
nixos-stable.follows = "nixos-2405";
125+
nixos-stable.follows = "nixos-2505";
125126
nixos-unstable.follows = "nixpkgs-unstable";
126127
};
127128
};

0 commit comments

Comments
 (0)