Nicolas Mattia

Results 263 comments of Nicolas Mattia

> I'd suggest switching to [Crane](https://github.com/ipetkov/crane), though - it's (imo) better designed and it's kept very much up to date in terms of support and features. Oh wow, Crane looks...

@Mic92 there is none, but since `fetchurl` is introduced without context I assumed it was `builtins.fetchurl` instead of nixpkgs' `fetchurl`, hence my confusion

@zmitchell thanks for bringing this up! I've been thinking about deprecating niv for a while (I'm using flakes myself) but it looks like people are still finding it useful. >...

Thanks for the report! Updating description and homepage requires calls to the GitHub API, which niv tries to avoid as much as possible (instead using only git calls when possible)....

hi, I'm still not 100% familiar with flakes. I'm quite curious though, what does your workflow look like with niv + flakes?

Hi @rscorer, thanks for the report. Does this happen consistently? What happens if you run the failing command? ``` $ nix-prefetch-url --unpack https://github.com/nixos/nixpkgs/archive/20f65b86b6485decb43c5498780c223571dd56ef.tar.gz --name 20f65b86b6485decb43c5498780c223571dd56ef.tar.gz ```

@rscorer thanks, I think it might be an issue with the environment set up by `nix-shell`. Can you try to run the `niv` command outside of the `nix-shell` (after having...

_EDIT: done_ There's a test failure because Niv keeps track of the hashes of the different sources.nix versions: ``` sources.nix has latest version: FAIL src/Niv/Sources/Test.hs:13: expected: "26ed55356db7673935329210a4f8c4a5" but got: "a8751de841ac5e0a60f4c2db7e8bbade"...

It's unrelated. Thanks for the PR!

Thanks a lot! I guess all of those are recognized by Nix too?