Nicolas Mattia

Results 217 comments of Nicolas Mattia

Hey guys, would love your feedback on https://github.com/nmattia/niv/issues/272

Hey @basvandijk, would love your feedback on https://github.com/nmattia/niv/issues/272

@zimbatm is there an ETA for 1.0? @lovesegfault we're currently nixpkgs-fmt-ing it, but with an older version...

Hey @lovesegfault, would love your feedback on https://github.com/nmattia/niv/issues/272. The `--light` template should alleviate the issue.

Hey @andir, would love your feedback on https://github.com/nmattia/niv/issues/272

@zimbatm I fixed the handling of `tag` and `branch` attributes for `git` sources (https://github.com/nmattia/niv/pull/268). I think it's time to think about tagged releases. Can you clarify what you have in...

_(Sorry for the late reply, I was out and still catching up on notifications)_ > that means that niv update is a no-op on the json No, it should still...

Hey guys, quick update. I didn't drop the ball, but I opened a pretty big can of worm when I started working on https://github.com/nmattia/niv/issues/111 (implementation here: https://github.com/nmattia/niv/pull/258). _NOTE: ok this...

That is correct. Those could be added, we need to figure out we we want to re implement the hashing or use `nix-prefetch-git`. Right now only `builtins.fetchgit` is supported which...

@tfc so do you just need a `sha256` field? that's definitely doable