From 1550e5be0e89a6a1b084a5662ad37b35b6905e49 Mon Sep 17 00:00:00 2001 From: Oleks Date: Thu, 23 Apr 2026 00:49:26 +0300 Subject: [PATCH] flake.lock: re-lock for Nix 2.31+ narHash format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nixpkgs rev unchanged (2fc6539b...); only the computed narHash changes because Nix's NAR normalization rules evolved between the version that locked this and 2.31. Before this, downstream flakes using current Nix couldn't evaluate — they'd hit 'mismatch in field narHash' on the inherited input. --- flake.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 81be828..4847021 100644 --- a/flake.lock +++ b/flake.lock @@ -3,7 +3,7 @@ "nixpkgs": { "locked": { "lastModified": 1771848320, - "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", + "narHash": "sha256-ppefbuGh9S1W3gNCvMPhsadn6FvshqaJAYRk1/N2JGY=", "owner": "NixOS", "repo": "nixpkgs", "rev": "2fc6539b481e1d2569f25f8799236694180c0993",