mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
infracost: unbreak on x86_64
This commit is contained in:
parent
d1e33a752c
commit
5ce44c3c7e
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, stdenv }:
|
{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "infracost";
|
pname = "infracost";
|
||||||
|
@ -63,6 +63,5 @@ buildGoModule rec {
|
||||||
'';
|
'';
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ davegallant jk ];
|
maintainers = with maintainers; [ davegallant jk ];
|
||||||
broken = stdenv.isx86_64; # https://hydra.nixos.org/build/193087915
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue