commit 0f9058098329f7cb3106cfe00e15dbf0aa54ead3 parent e85da9315318a041ce29fafc00cb47a745e76406 Author: mtmn <miro@haravara.org> Date: Sun, 19 Apr 2026 21:13:27 +0200 chore(nix): incorrect npm hash Diffstat:
| M | flake.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix @@ -48,7 +48,7 @@ outputHashAlgo = "sha256"; outputHashMode = "recursive"; - outputHash = "sha256-oCVdFzgalwswFlljrUZ8LDH56OA9Q7bUjAxpKmMadLI="; + outputHash = "sha256-095vHspxtARuyIeddUY6Cs3dFK7bFnMQhJZQOtmx55U="; buildPhase = '' export HOME=$TMPDIR