Skip to content

Commit 9e00ade

Browse files
committed
[Broken] Upgrade all inputs to 24.11
The most notable breakage is all my tests. I'm still troubleshooting what happened.
1 parent 029a240 commit 9e00ade

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

flake.lock

Lines changed: 20 additions & 20 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
inputs = {
55
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
6-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
6+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
77
nixos-hardware.url = "github:NixOS/nixos-hardware";
88
clapfile.url = "github:PsychoLlama/clapfile";
99

1010
home-manager = {
11-
url = "github:nix-community/home-manager/release-24.05";
11+
url = "github:nix-community/home-manager/release-24.11";
1212
inputs.nixpkgs.follows = "nixpkgs";
1313
};
1414

0 commit comments

Comments
 (0)