Malik
Malik
Using OpenSUSE Tumbleweed for x86_64 05/22/23 While installing the rpm package with the OpenSUSE interface Zypper i get the following message: ``` Problem: nichts stellt 'libuuid' bereit, das vom zu...
**Describe the bug** When I open a PDF-File from an Org File the PDF gets opened in a new Buffer. But the Buffer with the Org-File gets replaced by the...
I am currently trying to package clarinet for NixOS like I talked about in #1515 . I have the following package definition: ``` Nix { lib, rustPlatform, fetchFromGitHub, pkg-config, rust-jemalloc-sys,...
I am having an [issue](https://github.com/evilsocket/cake/issues/36) with deploying Qwen2.5-Coder with the WIP program [Cake](https://github.com/evilsocket/cake). The following error happens when using the models [Qwen2.5-Coder-3B](https://huggingface.co/Qwen/Qwen2.5-Coder-3B) and [Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct) from [your hugginface repos](https://huggingface.co/Qwen): ``` [2024-11-18T15:36:29Z...
I set a similiar Option I also do on my NixOS machines for zsh ``` nix programs.bash.shellAliases = { cat = "${pkgs.bat}/bin/bat -p"; }; ``` But I do not get...
### ⚠️ Please verify that this bug has NOT been reported before. - [x] I checked all existing issues and didn't find a similar issue ### Description Enabling treesitter and...
**Is your feature request related to a problem? Please describe.** I am trying to share configurations between machines, but differentiating between work email and private does not necessarily depend on...
**Describe the bug** `nix fmt` suddenly causes the following response: `Error: path . not inside the tree root /path/to/datalad-nix` Last time formatting worked was [this commit](https://github.com/malikwirin/datalad-nix/commit/dc9630acdda236cbea64c4f52967aceeec8f5604). **To Reproduce** After adding...
The Readme and the documentation lack a description on how to run/build/install the program
The [example workflow file](https://github.com/nix-community/nix-github-actions/tree/master/.github/workflows) doesn't seem to make the actions share their nix store, which would accelerate their run time. This is more of a feature request