Mel Bourgeois
Mel Bourgeois
Hey @RicSanOP, [my wrapper](https://github.com/nix-community/nixGL/issues/114#issuecomment-1585323281) handles this by returning the original package modified via [overrideAttrs](https://ryantm.github.io/nixpkgs/using/overrides/). This way, only the necessary attributes are overridden, and any other attributes required by home manager...
thanks for that feedback! the `nixGL-` name prefix only really affects the nix store path in this case, and I thought it could be helpful if inspecting the store to...
I have been following a similar approach, but combining `pkgs.symlinkJoin` with `pkgs.makeWrapper`. Unfortunately, this fails for firefox in home manager, since home manager tries to override the package :cry:. ```...
Okay! After lots of hacking around I think I've found a way to solve this problem in the general case. In one of my home-manager modules, I define this option,...
@lamarios I would recommend reading the docs about [writing home manager modules](https://rycee.gitlab.io/home-manager/index.html#ch-writing-modules), or more specifically [NixOS modules](https://nixos.org/manual/nixos/stable/index.html#sec-writing-modules). You can either add the option to your `home.nix` file and wrap the...
Is there a way we could configure the mode to use vterm to run commands? that would also help with performance.
Sure. Thanks for the quick response! Using `--target web`, the following error occurs when trying to call the init function from an AudioWorklet: ``` audio.js:11 Uncaught ReferenceError: URL is not...
Unfortunately, I was not able to use wasm-pack due to this issue. What I ended up doing is: - Run `cargo build && wasm-bindgen --target web --omit-default-module-path` as a manual...
@est31 i noticed you've merged a couple of PRs since I put this up, any appetite for merging this? This feature is pretty important for supporting e.g. sidechain inputs.
It looks like you can get it to error out when SSL is disabled in the client but enabled on the cluster by setting your cache configuration to: ```py {...