tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
heroku: mark as broken
Frederik Rietdijk
8 years ago
f59e71e9
d07bf424
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
heroku
default.nix
+1
pkgs/development/tools/heroku/default.nix
···
41
41
maintainers = with maintainers; [ aflatter mirdhyn peterhoeg ];
42
42
license = licenses.mit;
43
43
platforms = with platforms; unix;
44
44
+
broken = true; # Outdated function, not supported upstream. https://github.com/NixOS/nixpkgs/issues/27447
44
45
};
45
46
46
47
binPath = lib.makeBinPath [ postgresql ruby ];