1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-th5nNOU4GBw82Bq+Ybv/JtFY5d/aimgm0vkBgnMScdQ=";
14 cargoHash = "sha256-6x6NSy9f74Snlqsk0zPiTPXoML3zzcQUEyNLV8P+ggk=";
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 ];
24 mainProgram = "nixpacks";