From fa3f7f24bd398ab22db27dc81976f29b22b43ec8 Mon Sep 17 00:00:00 2001 From: Naxdy Date: Mon, 14 Oct 2024 16:50:40 +0200 Subject: [PATCH] flake: update to latest nixpkgs --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 6c1148a..0f11641 100644 --- a/flake.lock +++ b/flake.lock @@ -40,16 +40,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1710283656, - "narHash": "sha256-nI+AOy4uK6jLGBi9nsbHjL1EdSIzoo8oa+9oeVhbyFc=", + "lastModified": 1728740863, + "narHash": "sha256-u+rxA79a0lyhG+u+oPBRtTDtzz8kvkc9a6SWSt9ekVc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "51063ed4f2343a59fdeebb279bb81d87d453942b", + "rev": "a3f9ad65a0bf298ed5847629a57808b97e6e8077", "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 09bca6c..de3c024 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Firmware for the NaxGCC"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-23.11"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05"; rust-overlay.url = "github:oxalica/rust-overlay";