Jeremy Fleischman
Jeremy Fleischman
@lukas-reineke, could you take a look?
> I suspect the issue is that we unconditionally set `--tree-root-file` to `.git/config` by default here @kuruczgy that used to be the case, but we recently changed this to `flake.nix`...
Got it! Then I'd suggest that you set `projectRootFile`. Something like this: ```diff diff --git a/flake.nix b/flake.nix index d6c9d1c..9b82024 100644 --- a/flake.nix +++ b/flake.nix @@ -113,6 +113,8 @@ ); in...
Good question. My (not very strong) opinion is that we provide a good experience for folks using flakes, and for folks not using flakes, they may be choosing a bit...
@Lau-San, we forgot to discuss this in today's team meeting, sorry. I've added this to our list of things to discuss next time.
Discussed in today's formatting team meeting. We don't see a good reason to change anything here. Treesitter bugs such as https://github.com/nix-community/tree-sitter-nix/issues/139 should get fixed, and don't need to influence our...
@0komo, could you share a full repo with a repro? This isn't enough for me to know how to reproduce the issue.
@l0b0, your repro looks different than @0komo's. In the OP, the failure occurred during a build in the build sandbox running our `check` derivation, which [sets `$HOME` to a path...
Do you have a plan for the "api" you'd like to expose here, @zimbatm? In other words, how would people specify which instance of nixpkgs to use for each host?...
(shameless self promotion) @steveej, check out https://github.com/jfly/flake-input-patcher. It lets you patch any input, and you can still use blueprint (or whatever flake framework you want).