mirror of
https://github.com/lloeki/minimal-rack/
synced 2025-12-06 05:04:40 +01:00
Make apps uniform
This commit is contained in:
parent
de989153e4
commit
cfba5211d0
6 changed files with 127 additions and 13 deletions
|
|
@ -13,6 +13,14 @@ in llvm.stdenv.mkDerivation {
|
|||
|
||||
# for psych >= 5.1 pulled by rails 7.1
|
||||
pkgs.libyaml.dev
|
||||
|
||||
# some packages want gcc/g++
|
||||
gcc
|
||||
|
||||
# tools
|
||||
pkgs.vegeta
|
||||
pkgs.graphviz
|
||||
pkgs.gnuplot
|
||||
];
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue