f2443911cc73 ^
c3abbb5e2dae ^
82ba28f19763 ^
9e118c6d69cf ^
194c498d53ed ^
1
2
3
4
5
6
7 8 9 10 11
12
13
14
{ depot, pkgs, ... }: depot.third_party.naersk.buildPackage { name = "paroxysm"; version = "0.0.2"; src = ./.; buildInputs = with pkgs; [ openssl pkgconfig postgresql.lib curl ]; }