| 5 Jul 2023 |
Robert Hensing (roberth) | They restart as part of the switch (unless there's no change of course) | 18:12:11 |
Ilan 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 joined the room. | 08:13:12 |
| 7 Jul 2023 |
| @lotte:chir.rs changed their profile picture. | 05:38:26 |
| 9 Jul 2023 |
| donhilion joined the room. | 17:58:04 |
donhilion | 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 | * 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 | 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 | 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 joined the room. | 14:07:19 |
xerz | 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 |
xerz | * Hey there, can I ask for help with nixos-generators here? It doesn't seem like config.formats works at all | 15:46:17 |
xerz | I tried copying the example flake.nix and all I get is flake does not provide attribute | 15:47:23 |
xerz | 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 |
xerz | .....aaaaaaaaand I think I found the issue
44a45
> };
| 16:25:50 |
xerz | lovely | 16:25:56 |
xerz | 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 left the room. | 16:42:42 |
Artturin | 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 | 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 | 16:42:11 |
phaer | But 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 |
Ilan 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 | 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 | 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 | 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 | Ah, sorry it does | 16:50:41 |
Ilan 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 | i missed the config | 16:50:45 |
Ilan Joselevich (Kranzes) |  Download image.png | 16:51:15 |
Ilan Joselevich (Kranzes) | and it works too! | 16:51:16 |