Nikita Yaschenko

Results 6 comments of Nikita Yaschenko

@mattmurton can you reupload fixed NativeDialogs.ane cause http://rancondev.com/NativeDialogs/NativeDialogs.ane is not available.

When rerun with sudo, I get this: Error: 0: Error reverting 0: Action `create_nix_hook_service` errored Remove file `/Library/LaunchDaemons/systems.determinate.nix-installer.nix-hook.plist` Action `configure_nix` errored Multiple child errors Action `configure_shell_profile` errored Multiple child errors...

I guess the main problem is this: Unmounting disk1s7 The volume "Nix Store" on disk1s7 couldn't be unmounted because it is in use by process 0 (kernel) stderr: Error: -69888:...

Probably not related, but had similar issue -- in my case `spotify_player` just exited after a couple of seconds. The issue was an already running `spotifyd` instance. In the logs...

There is a [PR in upstream](https://github.com/ggml-org/llama.cpp/pull/14047) that somewhat fixes the issue

With this overlay I'm able to build and run llama.cpp ``` (final: prev: { llama-cpp = prev.llama-cpp.overrideAttrs (oldAttrs: { postPatch = (oldAttrs.postPatch or "") + '' echo "Applying patch to...