sternenseemann

Results 195 comments of sternenseemann

I've been working on updating `git` in nixpkgs and found it a bit confusing because from the opam files I got the impression that those packages have individual tests and...

Not urgent at all, but this issue may also clarify things for anyone else wondering :)

This should already be inforced by ofborg in nixpkgs via `check-meta.nix` which restricts the `maintainers` field to `listOf (attrsOf str)`.

Right, that's weird, but maybe something we can fix upstream, although I fear it may be quite the performance penalty for the already slow module system (the `Of` part seems...

Bumping, would be important for GHC 9.0 migration in nixpkgs.

This panic also is raised if an old `.hie` directory is left over from a previous policeman/ghc version combination which is even more confusing: I had GHC 8.10.2 installed and...

> It looks like it is having trouble building Niv. What architecture of darwin are you using? x86 or Arm? Looks like this could be related [NixOS/nixpkgs#140774](https://github.com/NixOS/nixpkgs/issues/140774) niv fails at...

It does show the full log, but prints the last lines *again* with the note to `nix log` which should be removed.

Yes, that was what I was referring to. The full log is printed as `nix-shell` does still print the build output as it happens.

I can reproduce this as well and it is probably going to break *a lot* of packages in nixpkgs with no nice way of fixing them. When we have a...