fix package build
This commit is contained in:
parent
9b30e7f948
commit
74cafbb6f0
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
just
|
just
|
||||||
toml2json
|
toml2json
|
||||||
|
nodePackages.npm
|
||||||
|
nodePackages.webpack
|
||||||
nodePackages.webpack-cli
|
nodePackages.webpack-cli
|
||||||
entr
|
entr
|
||||||
|
|
||||||
|
@ -23,6 +25,7 @@
|
||||||
|
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
|
||||||
|
PATH = pkgs.lib.makeBinPath buildInputs;
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
just build
|
just build
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue