Jamie Quigley

Results 22 comments of Jamie Quigley

The primary benefit of this is that on nixos, I can run `nix develop` and get a shell with rustc, cargo etc (generally you don't install dev tools system-wide on...

Is this still being worked on?

I am also experiencing this. Is there a known solution?

Out of interest, what audio hardware do you have? And how is it connected? And which audio daemon do you use (pulse, pipewire, etc)

Oh that's a significant speedup, thanks

It happens here: https://github.com/Sciencentistguy/AdventOfCode/tree/9c242a0941c5f6d7fd128bc0b08392cab4b0e341/2021/Haskell This is on an M1 Max Macbook Pro.

Ah! The newest version of the flake indeed does not have this bug. This must have been a recent fix, as I was actually previously using your flake, and in...

Well this is odd. When running polymc with `nix run github:PolyMC/PolyMC`, the bug is not present. When installed (with home-manager's `home.packages`) either from the command-line `polymc` or from the desktop...

Did you read the middle paragraph? @spikespaz. The bug *is* present with your flake, if it is installed. It appears that `nix run` is doing something differently with the flake.

You need to specify a directory for cmake. in your case, just put `..` on the end of the command string. or follow what build.md says and call cmake with...