!oeFELgatfbdiAEkJAY:nixos.org

Nix Zürich

117 Members
https://zurich.nix.ug/ - Next ZHF event 23-24 November 202424 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
23 Nov 2024
@apeioo:matrix.orgapeiooSmall PR for etesync-dav: https://github.com/NixOS/nixpkgs/pull/35837311:14:31
@elikoga:matrix.orgelikogaON https://zh.fail/ What is up with python3.12-celery-5.4.0-dist ? As far as I can see this test is somehow flaky (not reliable) but it works on trunk11:14:41
@apeioo:matrix.orgapeioo * Small PR for etesync-dav: https://github.com/NixOS/nixpkgs/pull/358373 Please tell me if I did something wrong11:20:35
@maralorn:maralorn.de@maralorn:maralorn.de joined the room.11:21:10
@maralorn:maralorn.de@maralorn:maralorn.de👋 If anyone has Haskell packaging related questions hit me up.11:22:19
@johannes.kirschbauer:scs.ems.host@johannes.kirschbauer:scs.ems.hostCan sb build this on darwin for me ? https://github.com/NixOS/nixpkgs/pull/35839811:23:30
@tricktron:matrix.orgtricktron

@Anyone with a darwin machine: https://github.com/NixOS/nixpkgs/pull/358392

Make sure to build with sandbox, e.g. nix-build -A python312Packages.amqp --option sandbox true

11:24:24
@tricktron:matrix.orgtricktron Johannes Kirschbauer @hsjobeki: I'll have a look at it. 11:25:21
@infinisil:matrix.orginfinisil

Ivan Mincik (imincik):

let
  pkgs = import <nixpkgs> {};
  inherit (pkgs) lib;

  recurse = path: attrs:
    let
      isDerivation = builtins.tryEval (lib.isDerivation attrs);
    in
    if ! isDerivation.success then
      "<failure>"
    else if isDerivation.value then
      path
      #attrs.name or "<unknown name>"
    else if lib.isAttrs attrs && (attrs.recurseForDerivations or false) then
      lib.mapAttrs (n: recurse (path ++ [n])) attrs
    else
      null;

in lib.mapAttrs (n: recurse [n]) pkgs
11:28:05
@jeremystucki:matrix.orgJeremy Stuckihttps://github.com/NixOS/nixpkgs/pull/35839911:30:31

Show newer messages


Back to Room ListRoom Version: 10