File tree Expand file tree Collapse file tree 2 files changed +8
-38
lines changed Expand file tree Collapse file tree 2 files changed +8
-38
lines changed Original file line number Diff line number Diff line change 11
11
pkgs = import nixpkgs { inherit system overlays ; } ;
12
12
rusttoolchain =
13
13
pkgs . rust-bin . fromRustupToolchainFile ./rust-toolchain.toml ;
14
- # wasm-bindgen = pkgs.rustPlatform.buildRustPackage rec {
15
- # pname = "wasm-bindgen";
16
- # version = "0.2.93";
17
-
18
- # nativeBuildInputs = with pkgs; [ pkg-config ];
19
-
20
- # src = pkgs.fetchCrate {
21
- # inherit pname version;
22
- # hash = "sha256-LatHkqF6y+XtY2S/6KJWOjmkB5NcKKfmrhEWmAACLMM=";
23
- # };
24
-
25
- # cargoLock.lockFile = ./wasm-bindgen-Cargo.lock;
26
- # cargoLock.outputHashes = {
27
- # "raytracer-0.1.0" = "sha256-k6emdBDunYK4pUxrwJCbm57LzICj+q4bRAJ/XJ0zsg0=";
28
- # "weedle-0.13.0" = "sha256-S/AzZmEPamYt0vT6eM8fxnZmXWXwV1DLxVlLIYemZYc=";
29
- # };
30
- # cargoPatches = [
31
- # ./wasm-bindgen-Cargo.lock
32
- # ];
33
-
34
- # cargoHash = "";
35
- # };
36
14
in
37
15
{
38
16
devShell = pkgs . mkShell {
Original file line number Diff line number Diff line change @@ -630,20 +630,20 @@ brace-expansion@^2.0.1:
630
630
dependencies :
631
631
balanced-match "^1.0.0"
632
632
633
- braces@^3.0.2, braces@~3.0.2 :
634
- version "3.0.2"
635
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
636
- integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
637
- dependencies :
638
- fill-range "^7.0.1"
639
-
640
633
braces@^3.0.3 :
641
634
version "3.0.3"
642
635
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
643
636
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
644
637
dependencies :
645
638
fill-range "^7.1.1"
646
639
640
+ braces@~3.0.2 :
641
+ version "3.0.2"
642
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
643
+ integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
644
+ dependencies :
645
+ fill-range "^7.0.1"
646
+
647
647
browserslist@^4.21.10 :
648
648
version "4.23.3"
649
649
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
@@ -1983,15 +1983,7 @@ methods@~1.1.2:
1983
1983
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
1984
1984
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
1985
1985
1986
- micromatch@^4.0.0 :
1987
- version "4.0.5"
1988
- resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
1989
- integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
1990
- dependencies :
1991
- braces "^3.0.2"
1992
- picomatch "^2.3.1"
1993
-
1994
- micromatch@^4.0.2 :
1986
+ micromatch@^4.0.0, micromatch@^4.0.2 :
1995
1987
version "4.0.8"
1996
1988
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
1997
1989
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
You can’t perform that action at this time.
0 commit comments