From 3f264c851fa6312f1f937d56b8c6a1d293f2afdb Mon Sep 17 00:00:00 2001 From: Graham Christensen <graham@grahamc.com> Date: Mon, 13 Jan 2025 18:15:38 -0500 Subject: [PATCH] nix 2.25.4 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ce05de6f7..6d851e9fc 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ crane.url = "github:ipetkov/crane/v0.20.0"; nix = { - url = "https://flakehub.com/f/DeterminateSystems/nix/=2.25.3.tar.gz"; + url = "https://flakehub.com/f/DeterminateSystems/nix/=2.25.4.tar.gz"; # Omitting `inputs.nixpkgs.follows = "nixpkgs";` on purpose };