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 108 description = "Linux virtual machines (on macOS, in most cases)"; 109 109 license = licenses.asl20; 110 110 maintainers = with maintainers; [ tricktron ]; 111 + platforms = platforms.linux ++ platforms.darwin; 111 112 }; 112 113 }