Nicolas Mattia

Results 263 comments of Nicolas Mattia

Wow, that's an unexpected use case! Out of curiosity, what do you do with the `result`? I really can't remember if I meant to use the builtins by default after...

I think that's the safest thing to do for now. I intend to rework the `sources.nix` to allow passing `nixpkgs`, and also returning `pkgs`, so setting `builtin=false` is the best...

@flokli interesting. what do you expect the behavior to be? my guess: an error that is not a "bug" but instead complains that empty repos can't be added (because no...

Hi, could you give more details? I've managed to build the package with this setup: ``` shell $ niv add NixOS/nixpkgs -b release-20.03 $ niv add mcgoo/vcpkg-rs $ niv add...

Hi, sorry for the delay. Is there any chance you can provide a minimal reproducible example? `harmony_rust_sdk` is fairly big

Sounds awesome, thanks @Patryk27 ! Let's keep this one open in case you think the split isn't worth the time :)

I've created a branch with some changes to `build.nix` which I think would make this PR much easier to review: https://github.com/nix-community/naersk/compare/improve-dependency-handling...nm-improve-dependency-handling They all appeared to be cosmetic changes (code was...

The build seems to go through when specifying `singleStep = true;`, which doesn't perform a "dependency only" build prior to the top-level crates build. The reason for the failure is...

> It seems that the build is not as modular as I thought it'd be, so I still have to compile all the crates in a single derivation? You should...