Victor Engmark

Results 59 comments of Victor Engmark

Do you mean the solution is to [set `nixpkgs.config.fallback = true`](https://gitlab.com/engmark/root/-/merge_requests/440/diffs)? That seems strange - Nix already builds from source if a binary substitute fails - it's one of the...

Not sure I understand. Do you mean this can't be fixed in cachix?

I'm unfamiliar with this code base, and I'm only using it for a project at work, so I probably can't justify spending the time to do it myself. That said,...

> FWIW, I saw that this action seems to offer caching for apt installs: https://github.com/awalsh128/cache-apt-pkgs-action. A quick look at that seems to indicate that it tries to cache the package...

> Does this mean none of the `assert` calls in the production is actually doing anything? Yep. Which could cause some really confusing bugs.

FYI: If you don't have a `.bundle/config` yet you need to run `BUNDLE_APP_CONFIG="$PWD/.bundle" bundler config set --local force_ruby_platform true` to apply @ymarkus / @jonknapp's fix.

Would it be easy to omit the first line conditionally? Even if that means the rest of the lines have a bit of extra spacing above them it would be...

> We already have `nested-min-max` for `min()` and `max()` -- was your proposal that we identify other standard library functions to extend this to? (I wasn't aware of this checker,...

I was hoping to simply override `getCargoHash`, but I can't seem to get that working. The build seems to simply ignore the following: ``` cryptography = super.cryptography.overridePythonAttrs (old: { getCargoHash...