{ }: let pkgs = import { }; in pkgs.stdenv.mkDerivation { name = "fediglam"; src = ./.; buildInputs = with pkgs; [ zig postgresql sqlite ]; }