This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autowatch = 1 | |
inlets = 1 | |
var toggles = jsarguments[1] | |
outlets = toggles | |
var defaultMessage = typeof(jsarguments[2]) == "undefined" ? "hidden" : jsarguments[2] | |
var lastvalue | |
/** | |
This device takes an int, and sends either "hidden 1" or "hidden 0" | |
to a dynamic number of outlets. Each outlet can be connected to a UI element |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ pkgs, lib, ... }: | |
let | |
filteredPackages = ["pytest-httpserver" "werkzeug"]; | |
in { | |
packages = with pkgs; [ | |
git | |
zlib | |
stdenv.cc.cc.lib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Resolved https://github.com/vllm-project/vllm.git to commit c3af44722cff56bba5fc912c8e16d9de02dfb532 | |
Installing build dependencies ... done | |
Checking if build backend supports build_editable ... done | |
Getting requirements to build editable ... error | |
error: subprocess-exited-with-error | |
× Getting requirements to build editable did not run successfully. | |
│ exit code: 1 | |
╰─> [25 lines of output] | |
Traceback (most recent call last): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
inputs = { | |
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling"; | |
systems.url = "github:nix-systems/default"; | |
devenv.url = "github:cachix/devenv"; | |
devenv.inputs.nixpkgs.follows = "nixpkgs"; | |
nixpkgs-python.url = "github:cachix/nixpkgs-python"; | |
nixpkgs-python.inputs = { nixpkgs.follows = "nixpkgs"; }; | |
}; |
OlderNewer