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:
Primrose 2025-06-29 22:13:52 +02:00
parent 8a25f7593f
commit aa3f2cbc21
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@
emacs = {
enable = true;
package = pkgs.emacs28;
package = pkgs.unsafe-emacs28;
};
lazygit.enable = true;

View file

@ -2,5 +2,5 @@ let
sources = import ../sources.nix;
in
_: _: {
emacs28 = (import sources.pin-emacs28 {}).emacs;
unsafe-emacs28 = (import sources.pin-emacs28 {}).emacs;
}