!PbtOpdWBSRFbEZRLIf:numtide.com

Nix Community Projects

653 Members
Meta discussions related to https://nix-community.org. (For project specific discussions use github issues or projects own matrix channel). Need help from an admin? Open an issue on https://github.com/nix-community/infra/issues166 Servers

Load older messages


SenderMessageTime
5 Jul 2023
@roberthensing:matrix.orgRobert Hensing (roberth)They restart as part of the switch (unless there's no change of course)18:12:11
@kranzes:matrix.orgIlan Joselevich (Kranzes)I guess you could make the unit not restart on change but that of course has its drawbacks 18:56:24
6 Jul 2023
@pvdp:matrix.orgpvdp joined the room.08:13:12
7 Jul 2023
@lotte:chir.rs@lotte:chir.rs changed their profile picture.05:38:26
9 Jul 2023
@donhilion:matrix.orgdonhilion joined the room.17:58:04
@donhilion:matrix.orgdonhilion

Hi! I'm brand new to NixOS and I have a problem with LaTeX.
I made a page using pstricks and pspicture. On another system the forms will be drawn. On NixOS not.
I used Kile in both cases and configured Preview and Compiling to XeLaTeX.
I installed latex with these packages in the combine block:

  • scheme-full
  • collection-pstricks
  • dvisvgm
  • dvipng
  • wrapfig
  • amsmath
  • ulem
  • hyperref
  • capt-of
    There are now errors in the log and also the pstricks examples will not work either. Am I missing a package? Or did I do something else wrong?
18:03:39
@donhilion:matrix.orgdonhilion *

Hi! I'm brand new to NixOS and I have a problem with LaTeX.
I made a page using pstricks and pspicture. On another system the forms will be drawn. On NixOS not.
I used Kile in both cases and configured Preview and Compiling to XeLaTeX.
I installed latex with these packages in the combine block:

  • scheme-full
  • collection-pstricks
  • dvisvgm
  • dvipng
  • wrapfig
  • amsmath
  • ulem
  • hyperref
  • capt-of
    There are no errors in the log and also the pstricks examples will not work either. Am I missing a package? Or did I do something else wrong?
18:03:50
@artturin:matrix.orgArtturin
In reply to @donhilion:matrix.org

Hi! I'm brand new to NixOS and I have a problem with LaTeX.
I made a page using pstricks and pspicture. On another system the forms will be drawn. On NixOS not.
I used Kile in both cases and configured Preview and Compiling to XeLaTeX.
I installed latex with these packages in the combine block:

  • scheme-full
  • collection-pstricks
  • dvisvgm
  • dvipng
  • wrapfig
  • amsmath
  • ulem
  • hyperref
  • capt-of
    There are no errors in the log and also the pstricks examples will not work either. Am I missing a package? Or did I do something else wrong?
Wrong channel
#nix:nixos.org
19:43:27
@artturin:matrix.orgArtturin
In reply to @donhilion:matrix.org

Hi! I'm brand new to NixOS and I have a problem with LaTeX.
I made a page using pstricks and pspicture. On another system the forms will be drawn. On NixOS not.
I used Kile in both cases and configured Preview and Compiling to XeLaTeX.
I installed latex with these packages in the combine block:

  • scheme-full
  • collection-pstricks
  • dvisvgm
  • dvipng
  • wrapfig
  • amsmath
  • ulem
  • hyperref
  • capt-of
    There are no errors in the log and also the pstricks examples will not work either. Am I missing a package? Or did I do something else wrong?
* Wrong room
#nix:nixos.org
19:48:12
10 Jul 2023
@jedidiah:glasgow.social@jedidiah:glasgow.social joined the room.14:07:19
@xerzy:matrix.orgxerz Hey there, can I ask for help with nixos-generators here? It doesn't seem like config.formats works here at all 15:46:12
@xerzy:matrix.orgxerz * Hey there, can I ask for help with nixos-generators here? It doesn't seem like config.formats works at all 15:46:17
@xerzy:matrix.orgxerz I tried copying the example flake.nix and all I get is flake does not provide attribute 15:47:23
@xerzy:matrix.orgxerz I don't know why but the check flake seems to work just fine, there's seemingly no difference other than checks.x86_64-linux 16:21:56
@xerzy:matrix.orgxerz

.....aaaaaaaaand I think I found the issue

44a45
>     };
16:25:50
@xerzy:matrix.orgxerzlovely16:25:56
@xerzy:matrix.orgxerz also (and I apologize since I'm still new at Nix) could it be possible that this cannot work in combination with flake-utils.lib.eachDefaultSystem? 16:32:09
@adtya:adtya.xyz@adtya:adtya.xyz left the room.16:42:42
@artturin:matrix.orgArtturin
In reply to @xerzy:matrix.org
Hey there, can I ask for help with nixos-generators here? It doesn't seem like config.formats works at all

This channel isn't for asking for help, go to#nix:nixos.org and ping @lassulus

check flakes which use nixos-generators and flake-utils https://github.com/search?q=nixos-generators+flake-utils&type=code

17:05:14
11 Jul 2023
@phaer:matrix.orgphaerIs there an example where the new darwin2 hci builder gets used already? :) I tried to naively add -darwin packages to ci in the hopes that the builder would then use the appropriate machine to run the actual builds16:42:11
@phaer:matrix.orgphaerBut failures to evaluate /nix/store/...bootstrap-stage0-stdenv-darwin.drv on both x86_64-darwin and aarch64-darwin as in https://hercules-ci.com/github/nix-community/dream2nix/jobs/1094 lets me think that's not the case. Do i need to tell hercules which builder to use explicity or so? 16:43:33
@kranzes:matrix.orgIlan Joselevich (Kranzes)
In reply to @phaer:matrix.org
Is there an example where the new darwin2 hci builder gets used already? :)

I tried to naively add -darwin packages to ci in the hopes that the builder would then use the appropriate machine to run the actual builds
nix-init I think
16:44:59
@phaer:matrix.orgphaer
In reply to @kranzes:matrix.org
nix-init I think
That doesn't seem to use hercules at all, but github to run x86_64-darwin and -linux, but they still lack aarch64 afaik
16:47:55
@phaer:matrix.orgphaer
In reply to @kranzes:matrix.org
sent an image.
We do have recently gained a dedicated aarch64-darwin machine from scaleway for nix-community projects to use via hercules ci, as in the screenshot you posted recently :)
16:48:57
@phaer:matrix.orgphaer
In reply to @kranzes:matrix.org
nix-init I think
* That doesn't seem to use hercules at all, but github to run x86_64-darwin and -linux? but they still lack aarch64 afaik
16:49:11
@phaer:matrix.orgphaerAh, sorry it does16:50:41
@kranzes:matrix.orgIlan Joselevich (Kranzes)
In reply to @phaer:matrix.org
That doesn't seem to use hercules at all, but github to run x86_64-darwin and -linux? but they still lack aarch64 afaik
It does https://hercules-ci.com/github/nix-community/nix-init/jobs/1085
16:50:44
@phaer:matrix.orgphaeri missed the config16:50:45
@kranzes:matrix.orgIlan Joselevich (Kranzes)image.png
Download image.png
16:51:15
@kranzes:matrix.orgIlan Joselevich (Kranzes)and it works too!16:51:16

Show newer messages


Back to Room ListRoom Version: 6