We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a6209c2 commit 6c0b236Copy full SHA for 6c0b236
pkgs/development/tools/delve/default.nix
@@ -19,5 +19,6 @@ buildGoPackage rec {
19
homepage = "https://github.com/derekparker/delve";
20
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
21
license = stdenv.lib.licenses.mit;
22
+ platforms = [ "x86_64-linux" ];
23
};
24
}
0 commit comments