We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cf6e3 commit 088ac6bCopy full SHA for 088ac6b
pkgs/tools/system/nvtop/build-nvtop.nix
@@ -98,7 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
98
homepage = "https://github.com/Syllo/nvtop";
99
changelog = "https://github.com/Syllo/nvtop/releases/tag/${finalAttrs.version}";
100
license = licenses.gpl3Only;
101
- platforms = platforms.linux ++ platforms.darwin;
+ platforms = lib.optional (!apple) platforms.linux ++ lib.optional apple platforms.darwin;
102
maintainers = with maintainers; [
103
willibutz
104
gbtb
0 commit comments