Pol Dellaiera
Pol Dellaiera
I also asked in the Nix Rust room and I got this answer from @alyssais: ``` Alyssa: Usually I'd consider that a last resort after actually linking the library to...
Is this crate using a "vendored" `openssl` ?
Hello, I'm also looking for something similar. I tried to do this: ```nix kactivitymanagerd-statsrc = let appList = [ "applications:element.desktop" "applications:ec-teams.desktop" "applications:firefox.desktop" "applications:google-protonmail.desktop" "applications:umons-webmail.desktop" "applications:dev.zed.Zed.desktop" "applications:code.desktop" "applications:signal.desktop" "applications:thunderbird.desktop" ]; in...
Dear all, I tried the proposed workaround: ```latex \ifwindows \def\minted@opt@quote#1{\detokenize\expandafter{\expandafter"\expanded{#1}"}} \else \def\minted@opt@quote#1{\detokenize\expandafter{\expandafter'\expanded{#1}'}} \fi ``` When enabled, the original issue I had doesn't seems to show up, however another one related...
It works indeed! Fixed in https://github.com/hmemcpy/milewski-ctfp-pdf/pull/306/commits/91779a5d1c3ac4f52e19dd4f1165fe0f4f2f8d95
Fish also includes Python3 **by default**, making the closure size to 220M (way too big for a shell). I believe we can do better, see this thread: https://github.com/NixOS/nixpkgs/pull/304313
Sorry I have no clue, i have no experience with your package, I'm just fixing it Nix (https://github.com/NixOS/nixpkgs/pull/357642).
Somehow we fixed it by removing the broken tests from the package, see the thing at https://github.com/NixOS/nixpkgs/pull/357642/files#diff-080fddea0147db81623d702c1f6472c79886e769245bccd25489cfb9d2744dd5R82
Nice stuff ! Just a very quick information, [`mongodb-ce`](https://search.nixos.org/packages?channel=unstable&show=mongodb-ce&from=0&size=50&sort=relevance&type=packages&query=mongodb-ce) can be used to use pre-compiled binaries.
This is the pre compiled binories from mongodb directly.