Noam Raphael
Noam Raphael
I find the issue of how Nix decides on dependencies to be quite mysterious. I wasn't sure what exactly was meant with the current description in chapter 9. So I...
Regarding https://nixos.org/guides/nix-pills/15-nix-search-paths#the-path-to-repository Now NIX_PATH has a default. The document says to `echo $NIX_PATH`, but now it's no longer set by default. And this is no longer correct: > The NIX_PATH...
The original code had `with nixpkgs`, but with the callPackage pattern, actually nothing from nixpkgs is used, so the `with nixpkgs` can be removed.
I followed the original instructions, and was expecting to see `bash: make: command not found`, but instead found make to be installed. I realized that it was the `make` from...
I just learned the chapter on GC, and I want to suggest two changes: 1. The text instructs to remove `/nix/var/nix/profiles/default-9-link`, however I don't see such files. Instead, it seems...
### Describe the issue In the main page, the badge shows "CI: failing". When clicking it, I see a failure, but not on the master branch, but on some PR:...
### Summary & Motivation I fixed the warnings Clippy showed. Mostly because Clippy helps me improve my code, and having warnings is distracting. I'm also trying to add a CI...
In many cases (WSL for example) I have sudo permissions, and I intend to use nix only from a single user. Then the simplest installation is to use sudo just...
Hi, I opened the plan json in order to understand what the installation is doing and how it's related to the Rust code. It was quite hard for me to...
**Is your feature request related to a problem? Please describe.** I had to debug an executable made with pretty heavy optimizations. Regular stepping through the source code didn't let me...