| 6 Jun 2021 |
sterni (he/him) | unless someone sees something terrible in https://hydra.nixos.org/eval/1676148#tabs-still-fail (still have to mark stuff as broken ofc) | 11:09:29 |
maralorn | In reply to @sternenseemann:systemli.org unless someone sees something terrible in https://hydra.nixos.org/eval/1676148#tabs-still-fail (still have to mark stuff as broken ofc) No, looks sane. | 11:20:07 |
sterni (he/him) | starting to see failures because ppl are introducing lower bounds on GHC 9 standard libraries :'( | 11:20:58 |
sterni (he/him) | how does the mark broken script react to queued builds 🤔 | 11:23:12 |
maralorn | sterni (he/him): It ignores them. | 11:23:23 |
sterni (he/him) | kk very good | 11:23:31 |
cdepillabout | If I remember correclty, I think Peti once bumped the compiler version for a minor release (so like 8.8.3 to 8.8.4) before stackage did. I don't remember him having any big problems because of it. (But I also didn't really follow what he was doing very closely...) | 12:00:39 |
sterni (he/him) | yeah bump looks good so far | 14:13:14 |
sterni (he/him) | gonna do the merge in a bit, have a look at the release notes and then we give hydra something to wrok on :) | 14:13:41 |
pasukon | are there any good examples of using IHP as a flake input or from a fetchTarball? I've been wanting to try it out but don't wanna do it the 'recommended' way with nix-env | 14:54:59 |
maralorn | I have not done anything with IHP. Can you link to the recommended way? | 14:55:50 |
pasukon | https://ihp.digitallyinduced.com/Guide/installation.html | 14:57:27 |
maralorn | pasukon: nix-env -f https://ihp.digitallyinduced.com/ihp-new.tar.gz -i ihp-new -> (import (fetchTarball "https://ihp.digitallyinduced.com/ihp-new.tar.gz")).ihp-new | 15:01:51 |
pasukon | 👍️ | 15:02:03 |
pasukon | thanks | 15:02:05 |
maralorn | I have not run that. | 15:02:20 |
maralorn | Maybe there is stupid mistake in there. | 15:02:33 |
pwmosquito | Hey, so I wanted to try out https://github.com/kowainik/stan on a work codebase and was going to add it to my nix shell and noticed that it's not in unstable but it is in 21.05:
https://search.nixos.org/packages?channel=21.05query=haskellPackages.stan
https://search.nixos.org/packages?channel=unstable&query=haskellPackages.stan
any idea why? | 15:45:15 |
pwmosquito | * Hey, so I wanted to try out https://github.com/kowainik/stan on a work codebase and was going to add it to my nix shell and noticed that it's not in unstable but it is in 21.05:
https://search.nixos.org/packages?channel=21.05&query=haskellPackages.stan
https://search.nixos.org/packages?channel=unstable&query=haskellPackages.stan
any idea why? | 15:46:57 |
maralorn | pwmosquito: I have no clue, what the search is doing. | 15:47:08 |
maralorn | stan works for me. | 15:47:13 |
maralorn | on unstable. | 15:47:17 |
maralorn | Can you just try to install it? | 15:47:29 |
pwmosquito | ha! let me try again | 15:47:31 |
pwmosquito | i mean i actually went berzerk and nixified it 😅
https://github.com/pwm/stan/commit/afc048fae34c899530ddc57a1651d101b7060c27
but i'm not sure if it'd be useful to do an upstream PR if it's in nixpkgs already and kowainik iirc don't use nix | 15:48:34 |
maralorn | Hm, yeah I think nix files in upstream repos only make sense if the maintainers care about it. | 15:49:29 |
pwmosquito | and yep, it works ¯_(ツ)_/¯ | 15:51:22 |
pwmosquito | tnx maralorn | 15:51:28 |
maralorn | sterni (he/him): While we are talking about contribution guidelines: Do you have a system when you write haskellPackages and when haskell.packages? | 16:06:03 |
sterni (he/him) | I usually do haskellPackages.<package> since it is shorter than haskell.packages.*.<package> | 16:06:50 |