Rust stuff and eat
instead of vterm
This commit is contained in:
parent
56dae7c314
commit
0f4d751e3d
6 changed files with 53 additions and 8 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue