1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-niEuOsSOjHDP4KEax/OqQfxWC3XmTRUKB8k0DQ3Ybq0=";
14 cargoHash = "sha256-LMVYrxYpkwM9rdGkKaeLFKB+B2HI+AEDwrdBCAFLpJQ=";
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";