Jonas Chevalier

Results 831 comments of Jonas Chevalier

Are they being displayed in the PR view? The main motivation was to allow posting formatting and linting issues on PRs.

Sounds good. Ideally, nixpkgs gets a new cudaSupport global config flag so we don't have to maintain an overlay.

I also found https://github.com/nix-community/nix-data-science which might have some interesting learnings in there.

Related issue that needs to be addressed to make this credible: https://discourse.nixos.org/t/using-cuda-enabled-packages-on-non-nixos-systems/17788

I don't plan on doing this immediately but that's a good idea. I thought that all modern browsers supported `immutable`. It looks like only Firefox and Safari do at this...

Good question. It looks like right now, Nix doesn't filter out known values from the `nixConfig`. Except for the internal whitelist items, all the other values are checked against the...

> The current build system has one major advantage: I know how it works. So I can do things like add some Rust code (#2748) without first having to learn...

yes, globs are built into bash, so they work everywhere. You can think of globs like a pre-processing phase that expands the list of arguments passed to the program or...

Hi, can you give me a screenshot of the console output with $PATH before and after?

Potentially it could be your ~/.config/direnv/direnvrc that contains something that changes the $PATH