| 29 Oct 2022 |
qwertyuiop | installPhase = ''
mkdir -p $out
cp -r -t $out *
chmod 755 *
'';
| 21:47:28 |
qwertyuiop | but i only got an empty misc/ dir in doom-private | 21:48:22 |
qwertyuiop | i think its because src isnt recursive | 21:48:43 |
qwertyuiop | src = lib.sourceByRegex ./. [ "misc" "config.org" "init.el" "packages.el" ];
| 21:50:31 |
qwertyuiop | okay, i gave up on the regex filter... I'm incompetent 😅 | 22:52:47 |
qwertyuiop | now the derivation looks like a mess | 22:53:00 |
qwertyuiop | but | 22:53:01 |
qwertyuiop |  Download image.png | 22:53:08 |
qwertyuiop | its working :D | 22:53:10 |
qwertyuiop | svg splash screen | 22:53:18 |
qwertyuiop | the svg changes colors depending on the theme | 22:53:37 |
qwertyuiop | In reply to @zxsou:matrix.org src = lib.sourceByRegex ./. [ "misc" "config.org" "init.el" "packages.el" ];
if someone is experienced with filters please tell me how to filter it with the contents of the misc/ dir, this i couldnt understand how to do that with this filter | 22:58:52 |
qwertyuiop | https://github.com/souxd/nixos-config/blob/master/modules/emacs/doom.d/default.nix | 22:58:55 |
| 30 Oct 2022 |
qwertyuiop | In reply to @zxsou:matrix.org okay, i gave up on the regex filter... I'm incompetent 😅 src = builtins.filterSource (path: type: type != "regular" || baseNameOf path != ".nix") ./.; | 19:49:25 |
qwertyuiop | works well | 19:49:38 |
| 1 Nov 2022 |
| Emma Bastås joined the room. | 23:06:47 |
| 2 Nov 2022 |
| Amit Levy joined the room. | 15:57:37 |
| 4 Nov 2022 |
k0kada (he/him) | Hey ckie (they/them), friendly ping: https://github.com/nix-community/nix-doom-emacs/pull/326 | 10:50:14 |
ckie (they/them) | good time, i'm rsyncing a few 100 gb at 1gbit and its Taking Some Time | 10:50:46 |
ckie (they/them) | * good time, i'm rsyncing a few 100 GB at 1gbit and its Taking Some Time | 10:50:55 |
ckie (they/them) | spinning up a gcp to build the tests | 10:56:10 |
ckie (they/them) | if someone wants the gcp instance for any purpose it'll be up for ~10 more days, 35.204.126.222, europe-west4-b/c2d-standard-8, 8vcore, 32gb ram | 11:18:53 |
ckie (they/them) | * if someone wants the gcp instance for any purpose it'll be up for ~10 more days, 35.204.126.222, europe-west4-b/c2d-standard-8, 8vcore, 32gb ram, x64 | 11:19:05 |
| 5 Nov 2022 |
@hab25:matrix.org | Most of my info pages are not accessible via M-x info in NDE due to Info-directory-list (elisp var) not containing "~/.nix-profile/share/info" or "/usr/share/info" (I'm on non-NixOS) . Note that Info-default-directory-list does contain "/usr/share/info", so it seems to me that NDE is overriding it at build time.
My plan is to append Info-directory-list this in my config.el. Is there a better way? I don't know, maybe fixing at build-time via nix is better for some reason?
| 06:13:48 |
@hab25:matrix.org | * Most of my info pages are not accessible via M-x info in NDE due to Info-directory-list (elisp var) not containing "~/.nix-profile/share/info" or "/usr/share/info" (I'm on non-NixOS) . Note that Info-default-directory-list does contain "/usr/share/info", so it seems to me that NDE is overriding it at build time.
My plan is to append Info-directory-list correctly in my config.el. Is there a better way? I don't know, maybe fixing at build-time via nix is better for some reason?
| 06:14:21 |
k0kada (he/him) | In reply to @hab25:matrix.org
Most of my info pages are not accessible via M-x info in NDE due to Info-directory-list (elisp var) not containing "~/.nix-profile/share/info" or "/usr/share/info" (I'm on non-NixOS) . Note that Info-default-directory-list does contain "/usr/share/info", so it seems to me that NDE is overriding it at build time.
My plan is to append Info-directory-list correctly in my config.el. Is there a better way? I don't know, maybe fixing at build-time via nix is better for some reason?
I think you can add something here to fix it at build time: https://github.com/nix-community/nix-doom-emacs/blob/master/workarounds.el | 10:50:44 |
k0kada (he/him) | ckie (they/them): About #267, can I merge it? | 12:28:35 |
k0kada (he/him) | I know that you wanted to merge it after #268 is ready, but #268 is already our de-facto documentation :P | 12:28:57 |
ckie (they/them) | mm yeah I think it's good | 12:30:01 |
ckie (they/them) | maybe stick something in the readme or pin an issue for the breaking changes if you feel like it | 12:30:26 |