Conversation
Notices
-
Embed this notice
fgaz (fgaz@cdrom.tokyo)'s status on Wednesday, 25-Oct-2023 21:06:20 JST fgaz @wamserma @mic92 @Ericson2314 @zimbatm I think a project like hydra would benefit more from a language with strong static types *cough* #Haskell *cough*
The builder scripts on the other hand...- clacke likes this.
-
Embed this notice
Markus Wamser (wamserma@hachyderm.io)'s status on Wednesday, 25-Oct-2023 21:06:21 JST Markus Wamser @mic92 @Ericson2314 @fgaz @zimbatm So, maybe rewrite it in another language .. like tcl? ;)
-
Embed this notice
Jörg Thalheim (mic92@toot.matereal.eu)'s status on Wednesday, 25-Oct-2023 21:06:22 JST Jörg Thalheim @Ericson2314 @fgaz @zimbatm not so confident there are many volunteers that want to deal with a arcane perl code base that has a lot of responsibilities.
-
Embed this notice
John Ericoson (ericson2314@mastodon.social)'s status on Wednesday, 25-Oct-2023 21:06:25 JST John Ericoson It's going, but hydra will be a huge road blocker. We discussed needing a hydra team so we can do the more substantive work needed to bring these new features to it.
-
Embed this notice
fgaz (fgaz@cdrom.tokyo)'s status on Wednesday, 25-Oct-2023 21:06:26 JST fgaz @Ericson2314 how is the computed derivations feature going? This is exactly what it should help optimize
-
Embed this notice
Jonas Chevalier (zimbatm@mastodon.social)'s status on Wednesday, 25-Oct-2023 21:06:30 JST Jonas Chevalier @mic92 it also increases the checkout size of nixpkgs by 10MB
```
> find -name Cargo.lock | xargs du | awk 'BEGIN { OFS="\t" }{s += $1} END { print s }'
9436
``` -
Embed this notice
Jörg Thalheim (mic92@toot.matereal.eu)'s status on Wednesday, 25-Oct-2023 21:06:31 JST Jörg Thalheim Nixpkgs evaluation now needs 15% more CPU time thanks to rust ecoysystem... https://github.com/NixOS/nixpkgs/runs/12279178729 #nixos