{ fetchFromGitHub, buildNimPackage, openssl, sqlite, }: let nim-mustache = fetchFromGitHub { owner = "soasme"; repo = "nim-mustache"; rev = "v0.4.3"; sha256 = "sha256-rrmKSb422YALxg0nV8rjTNgLecJAM8jvg8tnbvSa9SY"; }; tiny_sqlite = fetchFromGitHub { owner = "GULPF"; repo = "tiny_sqlite"; rev = "v0.2.0"; sha256 = "sha256-Vc4ju/9DUpMO2Ju4XirKRH+8Goa5BLENkhIM2I3/hBQ="; }; in buildNimPackage { name = "flauschehorn-sexy"; src = ./.; buildInputs = [ openssl sqlite nim-mustache tiny_sqlite ]; nimRelease = true; }