diaspora-nixpkgs/shell.nix
2023-07-23 00:31:36 +00:00

28 lines
340 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
ruby_2_7.devEnv
git
patch
imagemagick
bison
curl
postgresql
cmake
libtool
libxml2
libxslt
libffi
libyaml
libidn
pkg-config
openssl
nodejs
gdbm
bundix
gnumake
automake
];
}