mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
vanadium: be explicit about the emacs being vulnerable
I don't think this actually changes anything
Welp it actually doesn't
🦤
This commit is contained in:
parent
8a25f7593f
commit
aa3f2cbc21
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs28;
|
package = pkgs.unsafe-emacs28;
|
||||||
};
|
};
|
||||||
|
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@ let
|
||||||
sources = import ../sources.nix;
|
sources = import ../sources.nix;
|
||||||
in
|
in
|
||||||
_: _: {
|
_: _: {
|
||||||
emacs28 = (import sources.pin-emacs28 {}).emacs;
|
unsafe-emacs28 = (import sources.pin-emacs28 {}).emacs;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue