From 581e1e08be432c2aa73f7332ebbe949d8e91b09e Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 14 Feb 2026 19:28:48 -0600 Subject: [PATCH] fix: fixed building of flake --- flake.lock | 10 +++++----- nix/package.nix | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index c28270e..724d360 100644 --- a/flake.lock +++ b/flake.lock @@ -2,12 +2,12 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1770562336, - "narHash": "sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84=", - "rev": "d6c71932130818840fc8fe9509cf50be8c64634f", - "revCount": 942779, + "lastModified": 1771008912, + "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", + "rev": "a82ccc39b39b621151d6732718e3e250109076fa", + "revCount": 945868, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.942779%2Brev-d6c71932130818840fc8fe9509cf50be8c64634f/019c3fb4-003d-710c-9b72-1d2bb1b28de3/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.945868%2Brev-a82ccc39b39b621151d6732718e3e250109076fa/019c5b2e-592f-7d17-b9ce-868f25acfeca/source.tar.gz" }, "original": { "type": "tarball", diff --git a/nix/package.nix b/nix/package.nix index cc122ef..2621ebc 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -25,7 +25,7 @@ in # fetchPnpmDeps creates the offline store pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; - hash = "sha256-AiyDVGSxlfdqzuei0N0F3UOXlQVztxqyU7gBkZbUqOI="; + hash = "sha256-rN8P6g/Wuug+fv0rm/qbKN01NgcbpgEQmhDFe2X42uA="; fetcherVersion = 3; # pnpm store version }; @@ -45,4 +45,4 @@ in runHook postInstall ''; - }) \ No newline at end of file + })