Yang, Bo
Yang, Bo
@domenkozar Would you mind reviewing other PRs first? https://github.com/cachix/devenv/pull/1018
I don't know why but I tried to create a LD_AUDIT hook using statically linked musl instead of glibc and it always crashes. On Tue, Apr 30, 2024 at 2:03 ...
I used to think that a statically linked musl can coexist with a dynamically linked glibc. On Tue, Apr 30, 2024 at 2:56 AM Sem Mulder ***@***.***> wrote: > I...
> @Atry can you make a PR with a proper implementation using floxlib? @domenkozar Do you think https://github.com/DDoSolitary/ld-audit-prefer-runpath would be a better solution, given that a lot of existing softwares...
This PR can partially solve #658
By the way, the original implementation using `lib.pathExists` is simply buggy even when `devenv.root` is absolute, because `lib.pathExists` is evaluated only when `flake.nix` changes given that the evaluation result is...
More broadly, using `devenv.root` at nix evaluation time is always error prone.
Reopen this PR to trigger CI
@domenkozar Could you trigger the CI, please?
> We do have `.env` support and for basic use cases https://www.dotenv.org/ works really well. > > It would be great to have also agenix and sops support! As mentioned...