Danylo Hlynskyi
Danylo Hlynskyi
@mbailey isn't `jq` listed as a dependency already? Unfortunately, I didn't notice this PR, so I wrote my custom implementation... I'll put the important bit here then: ``` echo "$result"...
@mbailey @tomberek found all the hardcodes and patched them out for Nixpkgs. Here's relevant patch code from https://github.com/NixOS/nixpkgs/pull/76793/files#diff-605e5b017b7a8d0435bd885ef8ce249aR41-R55: ``` substituteInPlace scripts/build \ --replace '~/.bash-my-aws' $out substituteInPlace scripts/build-completions \ --replace "{HOME}"...
no, but that is counterintuitive, just like [`nix-env` behavior is this situation](https://github.com/NixOS/nixpkgs/issues/17126). But `nox` isn't `nix`, it can behave better.
The reason this could happen was not correct BOM skipping when reading file in ASCII mode on Windows. Though, reading in UTF must solve that ``` dropBom ('\xfeff' : str)...
@Mic92 can you explain a bit more? In which case overlay is "less secure" then current situation?
Use this fork https://github.com/wavewave/nixos-shell/tree/submodule
Hydra does collect build duration, but how to use it? https://hydra.nixos.org/build/90102549 > Duration: | 17s But we don't know number of cores, parallelism and CPU frequency of builder machine. Maybe...
Still does not work for me, same error, some problem with `defaultApp`. I have Nix v2.11.1 
Может троеточие вместо слова «типа»?
No, it is the problem with source-less nix-shells ``` $ cat shell.nix with import {}; mkShell { buildInputs = [ hello ]; } $ touch bla direnv: loading .envrc direnv:...