Update to NixOS 24.11
Martin Weinelt committed
Dec 1, 2024 at 17:53 UTC
c919a32586a085420f31ba3b8ddf1bc65f910a96
2 files changed
+5
-5
flake.lock
+4
-4
@@ -217,16 +217,16 @@
217
},
218
"nixpkgs": {
219
"locked": {
220
- "lastModified": 1730327045,
221
- "narHash": "sha256-xKel5kd1AbExymxoIfQ7pgcX6hjw9jCgbiBjiUfSVJ8=",
220
+ "lastModified": 1732981179,
221
+ "narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=",
222
"owner": "NixOS",
223
"repo": "nixpkgs",
224
- "rev": "080166c15633801df010977d9d7474b4a6c549d7",
224
+ "rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65",
225
"type": "github"
226
},
227
"original": {
228
"owner": "NixOS",
229
- "ref": "nixos-24.05",
229
+ "ref": "nixos-24.11",
230
"repo": "nixpkgs",
231
"type": "github"
232
}
flake.nix
+1
-1
@@ -2,7 +2,7 @@
2
description = "Nixos org infra";
3
4
inputs = {
5
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
5
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
6
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
7
flake-parts.url = "github:hercules-ci/flake-parts";
8
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";