| 5 Jul 2023 |
Mic92 | We used cachix deploy but it failed from time to time and it wasn't possible to integrate deployment failure in our ci. | 14:35:42 |
Mic92 | s/ci/monitoring/ | 14:35:50 |
Mic92 | so instead we just use the auto-upgrade service from nixos | 14:37:34 |
Domen Kožar | we fixed all the stability issues :) | 14:45:18 |
Domen Kožar | also cachix deploy activate now prints the log for each agent and exists if any deployments fail | 14:45:38 |
Ilan Joselevich (Kranzes) | what Domen said ^ | 14:51:36 |
Ilan Joselevich (Kranzes) | Since you are already using Hercules-CI this should be really easy | 14:53:14 |
Ilan Joselevich (Kranzes) | https://github.com/Kranzes/nix-config/commit/05e3e024535108094cb990e5e830f219e4cc73f7#diff-972262892a9f0dbfdc5d494f914d70e930693b664613ce982c35f1b4b144ad28 | 14:53:40 |
Ilan Joselevich (Kranzes) | This uses async, but you can disable that in the boolean | 14:54:11 |
Ilan Joselevich (Kranzes) | The default behavior for cachix deploy used to be async but now it's "sync" as Domen explained | 14:55:05 |
Robert Hensing (roberth) | You probably do want async if you're going to make hercules-ci-agent redeploy itself | 15:39:31 |
Ilan Joselevich (Kranzes) | In reply to @roberthensing:matrix.org You probably do want async if you're going to make hercules-ci-agent redeploy itself Do HCI agents not survive a new generation activation? | 15:49:49 |
DavHau | Thanks | 16:45:36 |
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 |