still won't work
This commit is contained in:
parent
49f9e9ecc8
commit
5356a3fb5f
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
doomPrivateDir = ../../emacs/emacs.doom;
|
doomPrivateDir = ../../emacs/emacs.doom;
|
||||||
emacsPackage =
|
emacsPackage =
|
||||||
if "${system}" == "aarch64-darwin"
|
if isDarwin
|
||||||
then pkgs.emacs
|
then pkgs.emacs
|
||||||
else pkgs.emacs;
|
else pkgs.emacs;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue