File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 pname = "ui" ;
4242 version = "0.0.0" ;
4343 src = ./ui ;
44- npmDepsHash = "" ;
44+ npmDepsHash = "sha256-5O6nRW3WW/yICJqHij7ROL1WJmZVTwVMRlvKQPrymSo= " ;
4545 installPhase = ''
4646 cp -pr --reflink=auto -- dist "$out/"
4747 '' ;
9292
9393 pkgs . httpie
9494 pkgs . sqlite
95-
95+ pkgs . prefetch-npm-deps
9696 ] ++ ( pkgs . lib . optionals pkgs . stdenv . isDarwin (
9797 with pkgs . darwin . apple_sdk . frameworks ; [
9898 Foundation
Original file line number Diff line number Diff line change 1919 ui = buildNpmPackage {
2020 inherit version src ;
2121 pname = "${ pname } -ui" ;
22- npmDepsHash = "sha256-5HbInDZNfzBScEJl51UnOARe+08qC+igzjum48RY5ZA =" ;
22+ npmDepsHash = "sha256-5O6nRW3WW/yICJqHij7ROL1WJmZVTwVMRlvKQPrymSo =" ;
2323 sourceRoot = "${ src . name } /ui" ;
2424 installPhase = ''
2525 cp -pr --reflink=auto -- dist "$out/"
You can’t perform that action at this time.
0 commit comments