Use generated minimal doomDir for tests
I intend to remove the static one.
This commit is contained in:
parent
73cd965483
commit
6d2d203ece
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ let
|
|||
'';
|
||||
};
|
||||
in {
|
||||
minimal = mkDoom { doomDir = ./doomdirs/minimal; };
|
||||
minimal = mkDoom { doomDir = minimalDoomDir; };
|
||||
minimalEmacs = (makeDoomPackages (common // {
|
||||
doomDir = minimalDoomDir;
|
||||
})).emacsWithDoom;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue