Skip to content

Commit b435221

Browse files
committed
chore: update npm hash
1 parent 0aefa87 commit b435221

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
pname = "ui";
4242
version = "0.0.0";
4343
src = ./ui;
44-
npmDepsHash = "sha256-0kDlHYABXMKwf/jr/0E5voRcEJ+/EPtVqHvYpZ4jiLo=";
44+
npmDepsHash = "sha256-5HbInDZNfzBScEJl51UnOARe+08qC+igzjum48RY5ZA=";
4545
installPhase = ''
4646
cp -pr --reflink=auto -- dist "$out/"
4747
'';
@@ -70,7 +70,7 @@
7070
in
7171
{
7272
packages = {
73-
inherit deploy docker;
73+
inherit deploy docker ui;
7474
default = bin;
7575
stable = pkgs.callPackage ./package.nix { };
7676
};

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
ui = buildNpmPackage {
2020
inherit version src;
2121
pname = "${pname}-ui";
22-
npmDepsHash = "sha256-0kDlHYABXMKwf/jr/0E5voRcEJ+/EPtVqHvYpZ4jiLo=";
22+
npmDepsHash = "sha256-5HbInDZNfzBScEJl51UnOARe+08qC+igzjum48RY5ZA=";
2323
sourceRoot = "${src.name}/ui";
2424
installPhase = ''
2525
cp -pr --reflink=auto -- dist "$out/"

0 commit comments

Comments
 (0)