25 Jan 2023 |
ckie (they/them) | ribosomerocker: rebuilding now | 17:34:59 |
ckie (they/them) | interestingly there's only ~100 things to nativecomp build | 17:38:59 |
ckie (they/them) | holy [0/231 built, 12/0/526 copied (0.0/7587.1 MiB), 0.0/588.1 MiB DL] this needs to be way smaller for me to finish it before i get frustrated by the disk io slowing things down :P | 17:47:40 |
akaihola | In reply to @alicecandyom:krendelhoff.space nix search tells that emacsPackages.po-mode is autogenerated from melpa Ok so that's them probably not what I want. I wonder if the .el file has been omitted on purpose from NixOS gettext. | 17:53:22 |
ribosomerocker | ah. thats a lot | 17:54:33 |
akaihola | In reply to @alicecandyom:krendelhoff.space nix search tells that emacsPackages.po-mode is autogenerated from melpa * Ok so that's then probably not what I want. I wonder if the .el file has been omitted on purpose from NixOS gettext. | 18:01:35 |
ribosomerocker | In reply to@ckie:ckie.dev holy [0/231 built, 12/0/526 copied (0.0/7587.1 MiB), 0.0/588.1 MiB DL] this needs to be way smaller for me to finish it before i get frustrated by the disk io slowing things down :P is it because of the haskell stuff mostly? | 18:42:53 |
ribosomerocker | i can minimise the dependencies | 18:42:57 |
ckie (they/them) | it's the total | 18:43:11 |
ckie (they/them) | but yeah bare min would help | 18:43:28 |
ribosomerocker | should be smaller now | 18:54:43 |
ribosomerocker | i just commited a few commits, the earlier version didn't have my problem, this one should | 19:13:21 |
ckie (they/them) | 5352.3MiB now, will let it go after my nixos fleet rebuilds finish (a long time..) | 19:23:08 |
27 Jan 2023 |
ribosomerocker | so i suppose it didn't build | 15:35:13 |
ribosomerocker | i think i'll test it on myself on non-nix doom | 15:35:31 |
ribosomerocker | though i have no idea how to do that | 15:35:35 |
ribosomerocker | speaking of... you know, NDE seems to have a lot of issues, i'm thinking of just jumping ship to declaratively cloning and running the doom commands and whatnot since it'll be way less buggy... unless NDE does something i don't know about that i might need? the difference is mostly just that nix fetches most of the packages in NDE, right? | 15:37:00 |
ckie (they/them) | ribosomerocker: aha nope my fleet just hasn't finished rebuilding yet :P (had to pause it for sleeping etc) | 17:09:26 |
ckie (they/them) | In reply to @mon:tchncs.de speaking of... you know, NDE seems to have a lot of issues, i'm thinking of just jumping ship to declaratively cloning and running the doom commands and whatnot since it'll be way less buggy... unless NDE does something i don't know about that i might need? the difference is mostly just that nix fetches most of the packages in NDE, right? there's no network access in the build sandbox -- you'd have to run the doom commands outside a nix build, which is doable and will probably be fine until doom randomly feels like breaking, which it sometimes did for me (a long time ago; maybe they've improved, dunno) | 17:10:29 |
ckie (they/them) | letting your build run now since I have spare resources for now | 17:11:03 |
ckie (they/them) |  Download image.png | 17:14:34 |
ckie (they/them) | it seems doom is missing the lsp-haskell package, (require 'lsp-haskell) is not found on my emacs | 17:17:16 |
ckie (they/them) | perhaps (package! lsp-haskell) that | 17:17:30 |
ribosomerocker | In reply to@ckie:ckie.dev perhaps (package! lsp-haskell) that i don't use lsp-mode, i use eglot | 22:37:33 |
ckie (they/them) |  Download image.png | 22:40:34 |
ckie (they/them) | thought to SPC c x it | 22:40:50 |
ckie (they/them) | * thought to SPC c X it | 22:40:57 |
ckie (they/them) | * thought to SPC c X/x it | 22:41:04 |
ckie (they/them) | is that helpful? | 22:41:42 |
ribosomerocker | yep, it seems it's a bug in nix-doom-emacs | 22:43:00 |