From 96de741c61bb136080b7186ac4d1b86c6db4a518 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Mon, 14 Apr 2025 21:29:36 +0200 Subject: [PATCH] Use nixos-24.11 branch of nixpkgs --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 5619299..d95c3a7 100644 --- a/flake.lock +++ b/flake.lock @@ -365,16 +365,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1744636565, - "narHash": "sha256-IY/KgztXwI+s+BxG5ek1ayHOJBuDDmNxZmw732k9qw0=", + "lastModified": 1744440957, + "narHash": "sha256-FHlSkNqFmPxPJvy+6fNLaNeWnF1lZSgqVCl/eWaJRc4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "706209a65a7ca7ea829454dd9c40a80dc3eb0074", + "rev": "26d499fc9f1d567283d5d56fcf367edd815dba1d", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-24.11", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 74808d5..d0fd029 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ nixos-hardware.url = "github:nixos/nixos-hardware/master"; - nixpkgs.url = "github:nixos/nixpkgs/release-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgsMaster.url = "github:NixOS/nixpkgs/master";