From 5a715711181f1ee0a81e1391843e1b85c3846818 Mon Sep 17 00:00:00 2001 From: Luna Nightshade Date: Wed, 21 Jun 2023 18:15:24 +0200 Subject: [PATCH] them deps --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d7c53c2..55b92ad 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ pname = "bayshore"; version = "1.0.0"; src = ./.; - npmDepsHash = pkgs.lib.fakeHash; + npmDepsHash = "sha256-7iVoTJv5rvdiUWyhrDOGEboOo1sdQ7YvZOqbgvz/mF8="; nativeBuildInputs = inputs; buildInputs = inputs;