mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
9 lines
227 B
Nix
9 lines
227 B
Nix
{
|
|
description = "Bleeding edge Emacs overlay";
|
|
|
|
outputs = { self }: {
|
|
# self: super: must be named final: prev: for `nix flake check` to be happy
|
|
overlay = final: prev:
|
|
import ./default.nix final prev;
|
|
};
|
|
}
|