mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
overlays/emacs28: init
It was removed, but I need it for PLFA :c
This commit is contained in:
parent
9227aa9ee3
commit
5da726a8af
4 changed files with 26 additions and 2 deletions
8
nix/overlays/by-name/emacs28/overlay.nix
Normal file
8
nix/overlays/by-name/emacs28/overlay.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{sources}:
|
||||
#
|
||||
_: _: {
|
||||
emacs28 = let
|
||||
pkgs = import sources.pin-emacs28 {};
|
||||
in
|
||||
pkgs.emacs;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue