Skip to content

Commit 1be5c8b

Browse files
committed
feat(flake.nix/inputs): Upgrade to nixos-24.11
1 parent 3223a1a commit 1be5c8b

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

flake.lock

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

flake.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
inputs = {
1616
nixos-2311.url = "github:NixOS/nixpkgs/nixos-23.11";
1717
nixos-2405.url = "github:NixOS/nixpkgs/nixos-24.05";
18+
nixos-2411.url = "github:NixOS/nixpkgs/nixos-24.11";
1819

19-
nixpkgs.follows = "nixos-2405";
20+
nixpkgs.follows = "nixos-2411";
2021
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
2122

2223
home-manager = {
23-
url = "github:nix-community/home-manager/release-24.05";
24+
url = "github:nix-community/home-manager/release-24.11";
2425
inputs.nixpkgs.follows = "nixpkgs";
2526
};
2627

0 commit comments

Comments
 (0)