Luis Felipe Dominguez Vega
Luis Felipe Dominguez Vega
What do exactly the polkit setup action? I'm on NixOS and all the base system is read only, so if this try to modify a system file will be the...
"magically" the CPU is not using the 100% anymore.....
This is my problem too, I'm redefining nvidia-x11 on my nixos config like this: ```nix hardware.nvidia.package = pkgs.linuxPackages_cachyos.nvidia_x11.overrideAttrs (s: rec { version = "550.40.07"; name = (builtins.parseDrvName s.name).name + "-"...
Humm i think that is the way, but sems that stdenv is not get from cuda ``` /nix/store/idiaraknw071d20nlqp49s18gbvw4wa0-binutils-2.40/bin/ld: cannot find -lcuda: No such file or directory ```
Working!!!!!!!!!!! with @abysssol suggestion, only not add the `inputs.nixpkgs.follows = "nixpkgs";`
I'm using a full flake system, so I have in my own repo my OS config and my home-manager config, so at end: Main flake.nix, On inputs: ```nix ollama =...
> I'm glad to hear you got it working. > > Is there a reason why you're duplicating the definition of your custom driver instead of using a let binding?...
> @cuza can I ask why? we use black for everything else at Yelp `ruff` is converting into the new "standard" because include flake and black and additional rules. Far...
I think that the best approach it's only to modify the cargo.lock with toml lib, not using cargo to recreate the cargo.lock (i think that a change on the version...
> * .devenv/profile/lib/rustlib/src/rust/library I dont have that path on my devenv, my config is: ``` env.NIX_ENFORCE_PURITY = 0; env.RUST_BACKTRACE = "full"; languages.rust.enable = true; languages.rust.channel = rustVersion; languages.javascript.enable = true;...