Rename doom.nix to default.nix
This commit is contained in:
parent
badafb50f6
commit
c12417c362
5 changed files with 11 additions and 10 deletions
|
|
@ -101,7 +101,7 @@ in {
|
|||
(let
|
||||
# Hack to avoid pkgs.extend (see flake.nix).
|
||||
inherit (emacsOverlay {} pkgs) emacsPackagesFor;
|
||||
doomPackages = pkgs.callPackages ./doom.nix {
|
||||
doomPackages = pkgs.callPackages ./. {
|
||||
inherit doomSource emacsPackagesFor;
|
||||
inherit (cfg) emacs doomDir doomLocalDir profileName noProfileHack;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue