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; [
|
||||
just
|
||||
toml2json
|
||||
nodePackages.npm
|
||||
nodePackages.webpack
|
||||
nodePackages.webpack-cli
|
||||
entr
|
||||
|
||||
|
@ -23,6 +25,7 @@
|
|||
|
||||
inherit buildInputs;
|
||||
|
||||
PATH = pkgs.lib.makeBinPath buildInputs;
|
||||
buildPhase = ''
|
||||
just build
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue