summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2024-06-15 01:28:21 +0300
committerIlan Joselevich <personal@ilanjoselevich.com>2024-06-24 19:28:33 +0300
commitcf5e2c2c9adb9ae2db58c75a50453ee7d5d6a699 (patch)
tree09554d5b23a94a8886e3151895180fb691ebfb3a /pkgs/development/python-modules/rangehttpserver
parent957116419de7e473dbc29ec92aae3ef083e2d163 (diff)
buildRustCrate: support cross compiling to wasm32-unknown-unknown
With this change you will finally be able to use buildRustCrate/crate2nix to build your wasm32-unknown-unknown rust projects. Simply import nixpkgs like so: ``` lib = <nixpkgs/lib>; pkgsForWasm32 = import <nixpkgs> { crossSystem = lib.examples.wasm32-unknown-none; } ``` or use pkgsCross directly with ``` pkgsCross.wasm32-unknown-none.callPackage ./. { }; ```
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions