Ditch bootstrap for bulma
This commit is contained in:
parent
5c72fe455f
commit
abe8ee631e
13 changed files with 1107 additions and 4223 deletions
|
|
@ -33,12 +33,10 @@
|
|||
cp -r dist $out/
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
${pkgs.rename}/bin/rename 's/.html$/.html.hbs/' $out/browser/*.html
|
||||
'';
|
||||
|
||||
node_modules_attrs = {
|
||||
buildInputs = with pkgs; [
|
||||
elmPackages.elm
|
||||
|
||||
pkg-config
|
||||
python3
|
||||
vips
|
||||
|
|
@ -55,6 +53,8 @@
|
|||
src = self;
|
||||
node_modules_attrs = {
|
||||
buildInputs = with pkgs; [
|
||||
elmPackages.elm
|
||||
|
||||
pkg-config
|
||||
python3
|
||||
vips
|
||||
|
|
|
|||
Reference in a new issue