Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

lima-bin: set platforms

+1
+1
pkgs/applications/virtualization/lima/bin.nix
··· 108 description = "Linux virtual machines (on macOS, in most cases)"; 109 license = licenses.asl20; 110 maintainers = with maintainers; [ tricktron ]; 111 }; 112 }
··· 108 description = "Linux virtual machines (on macOS, in most cases)"; 109 license = licenses.asl20; 110 maintainers = with maintainers; [ tricktron ]; 111 + platforms = platforms.linux ++ platforms.darwin; 112 }; 113 }