pastebin/shell.nix

6 lines
129 B
Nix
Raw Normal View History

2020-10-10 08:40:47 +00:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs = [ cargo nodejs-12_x openssl pkg-config postgresql.lib ];
}