mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-05 18:30:23 -08:00
Move default.nix into overlays dir
This is to prepare for splitting the overlay into two seperated ones.
This commit is contained in:
parent
078ea145c9
commit
a6329647be
2 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
}: {
|
||||
# self: super: must be named final: prev: for `nix flake check` to be happy
|
||||
overlay = final: prev:
|
||||
import ./default.nix final prev;
|
||||
import ./overlays final prev;
|
||||
} // flake-utils.lib.eachDefaultSystem (system: (
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue