tomberek

Results 245 comments of tomberek

@fricklerhandwerk that is what happens with flake inputs, they just happen to be collected into a single easy-to-find-and-evaluate location. It is made much easier due to the restrictions of allowed...

From NixCon, in discussion with @lheckemann , @infinisil , @roberth - established an example where behavior differs. When an immediate dependency moves or is no longer available (eg: authorization), flakes...

This is a problem to fix to make `nix search` usable in the non-flake case. > @dramforever would `.` instead of `''` work? That would probably make more explicit the...

Related: https://discourse.nixos.org/t/installables-cli-design/38601

## Decisions - [x] agreement on not vendoring - [x] agreement on making this an experimental feature ## Issues to clarify - [ ] Nix's compile time impact? - [...

Likely related to fetchTree clean up when interrupted. If we fix it in that one spot, it might resolve much of this. Is there a handler similar to https://github.com/NixOS/nix/blob/master/src/libstore/filetransfer.cc#L560 in...

Any suggestion for cross-repo features that should be added to the family?

If the performance issue is present with large files and you are turning them into characters via (https://github.com/nmattia/snack/blob/2c490a259a7670192744021fb87bf7e430a4e7f0/snack-lib/files.nix#L25) then I'm pretty sure the issue is with coerceToString needing to count...

We plan to deprecate the directory mode directly in nixfmt and instead encourage use of treefmt.

> ```shell > nix-build --store $remote_store --builders auto > ``` @Ericson2314: This almost works now, but I run into this: ``` querying info about '/nix/store/pa10z4ngm0g83kx9mssrqzz30s84vq7k-hello-2.12.1.tar.gz' on 'https://cache.nixos.org'... downloading 'https://cache.nixos.org/pa10z4ngm0g83kx9mssrqzz30s84vq7k.narinfo'... warning:...