From 4b99da5e4ef196dfed57c2d3f343c35bb9ef0f63 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Wed, 12 Jun 2024 16:40:07 +0200 Subject: [PATCH] update nixos release to 24.05 --- flake.lock | 8 ++++---- flake.nix | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 951cb98f..9f7f7b89 100644 --- a/flake.lock +++ b/flake.lock @@ -20,16 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1713189761, - "narHash": "sha256-MPp1dBhlY066IeBo+EPGEUN+s+aSUA+LWkvnzKh+rts=", + "lastModified": 1718111384, + "narHash": "sha256-7tSst0S5FOmcgvNtfy6cjZX5w8CabCVAfAeCkhY4OVg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ff44be4d8ff33f797ff3e3f87153d4f3b6a85ffb", + "rev": "a508a44af0c1b1b57785c34d8b54783536273eeb", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-23.11", + "ref": "release-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index e7faf4cf..f2902ae3 100644 --- a/flake.nix +++ b/flake.nix @@ -4,8 +4,7 @@ # append '.?submodules=1' to the nix commands. inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/release-23.11"; - #nixpkgs.url = "github:NixOS/nixpkgs/release-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/release-24.05"; flake-utils.url = "github:numtide/flake-utils"; nlohmann-json = { url = "github:nlohmann/json/v3.11.3"; # TODO: read version from file