Etienne Millon

Results 332 comments of Etienne Millon

I'll cleanup the diff and merge. Thanks!

I think it's simpler and more idiomatic to use `overrideAttrs` to update the `configureFlags` of an existing derivation, I'll try something

how does it look @maiste ? I did a quick test and it seems to work but I'm not super familiar with the experimental flags so let me know if...

> Nice work @emillon, I didn't know about `overrideAttrs` The part that made it click for me is [this comment](https://www.reddit.com/r/NixOS/comments/cn6nt4/comment/ew7bjhz/) - derivations are `mkDerivation` calls and `overrideAttrs` changes the input...

That's a feature I've wanted for a long time. I've started something in #10751, will continue next week.

@rgrinberg, before I go further, does that approach look sensible?

The approach of the current implementation is to back off if the package appears in the package's dependencies in `dune-project`. The idea is that we try to provide good defaults...

(I'm open to suggestions someone has an idea for a better interface)

No, utop should load the files from the path in README since #431. What version of utop are you using?

Hi, To determine if this is an issue with utop or the ocaml toplevel, can you try to reproduce it with the vanilla toplevel? ie ``` % ocaml #use "topfind";;...