Kyrylo Baibula

Results 13 comments of Kyrylo Baibula

From ipetkov/crane#40 `wasm-pack` doesn't work without a `$HOME` directory

Oh, I've recently found out that replacing: ```nix programs.emacs = { enable = true; package = (pkgs.emacsPackagesFor pkgs.emacs29-macport).emacsWithPackages (epkgs: [ epkgs.vterm ]); }; ``` with ```nix programs.emacs = { enable...

It's actually already done using [`treemacs-nerd-icons`](https://github.com/rainstormstudio/treemacs-nerd-icons) package by updating `treemacs-load-theme` to `nerd-icons` ([see](https://github.com/doomemacs/doomemacs/blob/85ce866953c0446294a4201e4a2a362a7fa32b6c/modules/ui/treemacs/config.el#L46))

I've tried to do something like that in [`lsp-treemacs-nerd-icons`](https://github.com/Velnbur/lsp-treemacs-nerd-icons)

I've seen the `buildTrunkPackage` approach, so I could add something similar. I would be thankful for any help

I'm currently using a Mac, and the workaround with`dtrace` is tricky. So I've tried doing that in the container with [`colima`](https://github.com/abiosoft/colima) and the output with `strace wasm-pack build -t nodejs...

This one has the same error: https://github.com/Velnbur/crane-wasm-pack-example

Got that same problem, but as I see from generated `Cargo.nix` file: ```nix "registry+https://github.com/rust-lang/crates.io-index".scale-info."2.11.1" = overridableMkRustCrate (profileName: rec { name = "scale-info"; version = "2.11.1"; registry = "registry+https://github.com/rust-lang/crates.io-index"; src =...

For me, it's not working for both, `release-0.11` and `unstable` UPD: `release-0.12` too

Also, the error message: ``` Compiling scale-info v2.11.1 (/private/tmp/nix-build-crate-scale-info-2.11.1.drv-0/scale-info-2.11.1) error: Could not find `parity-scale-codec` in `dependencies` or `dev-dependencies` in `/private/tmp/nix-build-crate-scale-info-2.11.1.drv-0/scale-info-2.11.1/Cargo.toml`! --> src/interner.rs:41:62 | 41 | #[derive(Debug, Copy, Clone, PartialEq, Eq,...