Rust stuff and eat instead of vterm

This commit is contained in:
Andrea Ciceri 2023-03-20 10:42:42 +01:00
parent 56dae7c314
commit 0f4d751e3d
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
6 changed files with 53 additions and 8 deletions

View file

@ -6,7 +6,7 @@
}: {
packages.diff-closures = pkgs.writeShellApplication {
name = "diff-closures";
runtimeInputs = [ pkgs.ansifilter ];
runtimeInputs = [pkgs.ansifilter];
text = ''
nix store diff-closures --derivation \
github:aciceri/emacs/master#ccrEmacs \
@ -14,7 +14,7 @@
| ansifilter --text
'';
};
apps.diff-closures.program = "${self'.packages.diff-closures}/bin/diff-closures";
};
}