| 2 Sep 2024 |
| @frumon:matrix.org joined the room. | 10:12:19 |
| 12 Sep 2024 |
| @thedragon44:matrix.org joined the room. | 23:18:06 |
| 16 Sep 2024 |
| silentlurker joined the room. | 20:02:33 |
| 17 Sep 2024 |
| Tom (deprecated) joined the room. | 21:04:31 |
| 1 Oct 2024 |
| -_o joined the room. | 21:05:15 |
| 7 Oct 2024 |
| Sam Lehman changed their profile picture. | 14:24:12 |
| 11 Oct 2024 |
| Artturin joined the room. | 19:29:51 |
| 16 Oct 2024 |
| h7x4 joined the room. | 11:31:16 |
| 19 Oct 2024 |
| bestlem joined the room. | 10:23:32 |
| 25 Oct 2024 |
| @lholh:matrix.org joined the room. | 03:55:25 |
| Renato Trevisan joined the room. | 07:17:41 |
| @lholh:matrix.org left the room. | 22:40:58 |
| 30 Oct 2024 |
| xsova joined the room. | 15:20:28 |
xsova | I tried running darwin-rebuild switch --log-format internal-json &| nom --json and I guess the log format option isn't available for darwin-rebuild.. Is there another command I could try to pipe darwin-rebuild switch into nom? | 15:23:27 |
maralorn | I don’t even know what darwin-rebuild is.^^ | 16:03:45 |
maralorn | Possibly nh has support for darwin rebuild? | 16:04:02 |
xsova | it's the darwin nix version of 'nixos-rebuild' for mac users | 16:04:22 |
maralorn | Have you tried the non-json mode? | 16:04:23 |
maralorn | Same command with '--log-format and --json | 16:04:47 |
maralorn | * Same command without --log-format and --json | 16:04:54 |
xsova | yeah it kinda just prints what it ordinarily would | 16:05:31 |
xsova | I tried using pinix but formatting was super off, and this is the only other nix progress tool that I could find :/ | 16:06:31 |
maralorn | But how did it work for pinix? | 16:13:54 |
maralorn | In reply to @xsova:matrix.org yeah it kinda just prints what it ordinarily would Ah, does it default to the modern nix statusbar output? | 16:14:48 |
xsova | It seems like it does- it worked like normal I think, it just ended up having broken formatting iirc | 16:15:57 |
maralorn | In reply to @xsova:matrix.org I tried using pinix but formatting was super off, and this is the only other nix progress tool that I could find :/ Well, there is not really much nom can do about the integration. And I don’t see it as my job to write those integrations for every tool in the community. | 16:16:20 |
xsova | That’s fair- I just don’t super understand how it works/how different it is from nixos-rebuild. I can try to do it, though- I just wanted to make sure I wasn’t missing something | 16:17:24 |
maralorn | Normally tools like darwin-rebuild don’t have a lot of logic, so changing/replacing it to get it to give the correct output shouldn’t be that hard. | 16:17:23 |
maralorn | Still don’t understand how you got pinix and darwin-rebuild to work at all. | 16:22:56 |
maralorn | It does not look like pinix can parse anything other than the json output. So somehow you must have succeeded at making darwin-rebuild produce json? | 16:23:33 |