!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

401 Members
A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...)90 Servers

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


SenderMessageTime
4 Nov 2023
@jtojnar:matrix.orgJan Tojnar shortcutz: the non-deterministic failures sometimes happen more frequently during CPU pressure, you can try building just the affected package if it persists (nix-build https://github.com/NixOS/nixpkgs/archive/gnome.tar.gz -A tracker) 14:46:00
@jtojnar:matrix.orgJan Tojnar
In reply to @shortcutz:matrix.org

actually if it builds fine for you it is probably how i am using it in my configuration- i have a member of inputscalled gnomeNixpkgs in my system flake.nix pointing to github:NixOS/nixpkgs/gnome, and then in my modules i've added:

{
  nixpkgs.overlays = [
    (self: super: {
      gnome = gnomeNixpkgs.legacyPackages.x86_64-linux.gnome;
    })
  ];
}
note that there are also some module changes so you might get issues from that
14:46:53
@shortcutz:matrix.orgshortcutzthanks for the tips!14:55:37
@shortcutz:matrix.orgshortcutzi think i can corroborate the cpu pressure thing- i could get much farther (last <100 derivations) built when forcing `max-jobs=1`. maybe that doesnt technically correlate with cpu pressure but it is a fact14:56:57
@shortcutz:matrix.orgshortcutznow my only issue is it running OOM, but i guess i fan fix that by building manually.14:57:56

Show newer messages


Back to Room ListRoom Version: 6