From 5ff1a1326db11333112c9f7378cf4bf8e07e9f49 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 5 Apr 2025 12:19:27 +0800 Subject: [PATCH] flake: move nixpkgs-stable to nixpkgs-24.11 branch --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f43f715b..dc6768b0 100644 --- a/flake.lock +++ b/flake.lock @@ -708,16 +708,16 @@ }, "nixos-stable": { "locked": { - "lastModified": 1735563628, - "narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=", + "lastModified": 1743703532, + "narHash": "sha256-s1KLDALEeqy+ttrvqV3jx9mBZEvmthQErTVOAzbjHZs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798", + "rev": "bdb91860de2f719b57eef819b5617762f7120c70", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.05", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 0cfa50da..253ab304 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ # ...except we allow other configurations to use other nixpkgs branch so # that may not matter anyways. - nixos-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; + nixos-stable.url = "github:NixOS/nixpkgs/nixos-24.11"; nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";