1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-yeZGhE+ImWXW3HPpAo+E1GOSEwPr7yK78XVmCocGqH4=";
14 cargoHash = "sha256-xqKYd80PCM7Rnj+9dV2XjigE4sweOnL4HfOQiOYzCEQ=";
16 # skip test due FHS dependency
20 description = "App source + Nix packages + Docker = Image Resources";
21 homepage = "https://github.com/railwayapp/nixpacks";
22 license = licenses.mit;
23 maintainers = [ maintainers.zoedsoupe ];