!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

227 Members
Running Doom Emacs with Nix | You probably want https://github.com/nix-community/nix-doom-emacs47 Servers

Load older messages


SenderMessageTime
29 Oct 2022
@zxsou:matrix.orgqwertyuiop
In reply to @zxsou:matrix.org
sent an image.
Hi, i'm still trying to solve this. When i install the doom.d files to doom-private misc is ignored
19:55:00
@zxsou:matrix.orgqwertyuiopjust to make sure, is it just because install -D -t $out *.el 19:55:43
@zxsou:matrix.orgqwertyuiopwont copy the directory?19:55:53
@zxsou:matrix.orgqwertyuiopIf this is the issue what should i add to installPhase = '' install -D -t $out *.el cp -r $out/misc misc ''; 19:56:23
@zxsou:matrix.orgqwertyuiop?19:56:24
@zxsou:matrix.orgqwertyuiop * If this is the issue what should i add to installPhase = '' install -D -t $out *.el ''; 19:56:35
@zxsou:matrix.orgqwertyuiop
In reply to @zxsou:matrix.org
If this is the issue what should i add to installPhase = '' install -D -t $out *.el '';
okay, i made it work using this instead
21:47:17
@zxsou:matrix.orgqwertyuiop installPhase = '' mkdir -p $out cp -r -t $out * chmod 755 * ''; 21:47:28
@zxsou:matrix.orgqwertyuiopbut i only got an empty misc/ dir in doom-private 21:48:22
@zxsou:matrix.orgqwertyuiopi think its because src isnt recursive21:48:43
@zxsou:matrix.orgqwertyuiop src = lib.sourceByRegex ./. [ "misc" "config.org" "init.el" "packages.el" ]; 21:50:31
@zxsou:matrix.orgqwertyuiopokay, i gave up on the regex filter... I'm incompetent 😅22:52:47
@zxsou:matrix.orgqwertyuiopnow the derivation looks like a mess22:53:00
@zxsou:matrix.orgqwertyuiopbut22:53:01
@zxsou:matrix.orgqwertyuiopimage.png
Download image.png
22:53:08
@zxsou:matrix.orgqwertyuiopits working :D22:53:10
@zxsou:matrix.orgqwertyuiopsvg splash screen22:53:18
@zxsou:matrix.orgqwertyuiopthe svg changes colors depending on the theme22:53:37
@zxsou:matrix.orgqwertyuiop
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
@zxsou:matrix.orgqwertyuiophttps://github.com/souxd/nixos-config/blob/master/modules/emacs/doom.d/default.nix22:58:55
30 Oct 2022
@zxsou:matrix.orgqwertyuiop
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
@zxsou:matrix.orgqwertyuiopworks well19:49:38
1 Nov 2022
@emmabastas:matrix.orgEmma Bastås joined the room.23:06:47
2 Nov 2022
@aalevy:princeton.systemsAmit Levy joined the room.15:57:37
4 Nov 2022
@k0kada:matrix.orgk0kada (he/him) Hey ckie (they/them), friendly ping: https://github.com/nix-community/nix-doom-emacs/pull/326 10:50:14
@ckie:ckie.devckie (they/them)good time, i'm rsyncing a few 100 gb at 1gbit and its Taking Some Time10:50:46
@ckie:ckie.devckie (they/them) * good time, i'm rsyncing a few 100 GB at 1gbit and its Taking Some Time10:50:55
@ckie:ckie.devckie (they/them)spinning up a gcp to build the tests10:56:10
@ckie:ckie.devckie (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 ram11:18:53
@ckie:ckie.devckie (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, x6411:19:05

Show newer messages


Back to Room ListRoom Version: 9