Robert Hensing
Robert Hensing
@karypid without the default installation prefix, you won't be able to make use of caches like cache.nixos.org. Unless you want to run a build farm to support your Nix installation(s)...
- Public attributes should be able to produce warnings, so they can implement a deprecation cycle. - These warnings are not relevant to the search. Then it follows that `nix...
Potentially, though I think `warn` and `trace` are equally irrelevant to `nix search`, and should both be silenced. At least `builtins.warn` is perhaps worth adding a single-line notice about, whereas...
You could `nix run` a script that performs "nix shell" functions. > --unset, --ignore-environment, --keep Not sure if these should have been a Nix responsibility.
> Not sure if these should have been a Nix responsibility. In retrospect maybe, but I think it's fine to add it where we have `--unset` etc.
Adding a line like ```bash #! nix -i ../../../..#bash ``` does not help (except to make it slower)
I forgot. I think it'd be good to highlight this mechanism in the manual.
Having a `.cache` on a network file system seems like a more general problem to solve. It'd be good to have a check and warning when the cache directory is...
> 58805 files Consider updating to 2.25, which has https://github.com/NixOS/nix/pull/11330.
Yes please :) Prior discussions and work by DavHau have explored shallow `git:` fetches instead, but those have not been without trouble, so this is definitely still worth pursuing. References...