We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c19deb commit 239a37aCopy full SHA for 239a37a
flake.nix
@@ -41,7 +41,7 @@
41
pname = "ui";
42
version = "0.0.0";
43
src = ./ui;
44
- npmDepsHash = "sha256-NCq8RuaC+dO6Zbgl1ucJxhJrVZ69Va3b2/gYn4fThAw=";
+ npmDepsHash = "sha256-8t92weQfiVrQvDt68amBmKzxjqbIPpSPBYFD2aa5lNM=";
45
installPhase = ''
46
cp -pr --reflink=auto -- dist "$out/"
47
'';
package.nix
@@ -19,7 +19,7 @@ let
19
ui = buildNpmPackage {
20
inherit version src;
21
pname = "${pname}-ui";
22
23
sourceRoot = "${src.name}/ui";
24
25
0 commit comments