From cfc119e3528af6be43ef85b2b7e7636b28c602a9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 May 2024 00:10:14 +0000 Subject: [PATCH] Update nixpkgs to nixos-24.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1f2de39..07203b7 100644 --- a/flake.lock +++ b/flake.lock @@ -437,16 +437,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1716633019, - "narHash": "sha256-xim1b5/HZYbWaZKyI7cn9TJCM6ewNVZnesRr00mXeS4=", + "lastModified": 1716542732, + "narHash": "sha256-0Y9fRr0CUqWT4KgBITmaGwlnNIGMYuydu2L8iLTfHU4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9d29cd266cebf80234c98dd0b87256b6be0af44e", + "rev": "d12251ef6e8e6a46e05689eeccd595bdbd3c9e60", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-23.11", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index adaa635..b0eb047 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ # The most widely used is `github:owner/name/reference`, # which represents the GitHub repository URL + branch/commit-id/tag. - nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-23.11"; + nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; # Home Manager