Michael Hoang

Results 152 comments of Michael Hoang

Could you try doing a `git bisect`? If you haven't already got a copy of the repository just follow these steps: git clone https://github.com/KELiON/cerebro.git cd cerebro This will create a...

I think a nice ranking metric would be based on the amount of times that exact term had been used to select that item which would be heavily weighted with...

For obs-studio, you can try https://github.com/CkNoSFeRaTU/obs-studio/tree/alsa-input which is a branch that supports ALSA devices in OBS.

Closing this as DMGs (what casks are under the hood) can be added as packages to nixpkgs and installed by adding them to `environment.systemPackages`. Alternatively, if you actually need Homebrew...

@franckrasolo The DMGs end up being packaged as normal Nix packages, take a look at IINA's derivation for example: https://github.com/NixOS/nixpkgs/blob/7e281993bbc6f09832c2018b3838fc4da14b32d6/pkgs/applications/video/iina/default.nix#L4 Here's more examples: https://github.com/search?utf8=%E2%9C%93&q=path%3A*.nix%20repo%3ANixOS%2Fnixpkgs%20undmg&type=Code

Are you still running into this issue? I believe `man` should determine the `MANPATH` variable from the `PATH` variable, so you shouldn't have `MANPATH` set in your terminal.

I'll close this for now, if anyone else can reproduce this, feel free to leave a comment :+1:

Can you post the contents of `/etc/shells`?

It runs `shasum -a 256 /etc/shells` before changing it, if you could make a PR where you include the file in `docs/known-files` and set `environment.etc."shells".knownSha256Hashes` that would be great 👍