packages.nix-doom-emacs -> packages.doom-emacs

This commit is contained in:
Thiago Kenji Okada
2022-09-08 21:12:36 +01:00
parent b434c1c1e2
commit 42acf72d86
2 changed files with 7 additions and 7 deletions

View File

@@ -32,8 +32,8 @@ in
};
};
}).activationPackage;
init-example-el = self.outputs.packages.${system}.nix-doom-emacs;
init-example-el-emacsGit = self.outputs.packages.${system}.nix-doom-emacs.override {
init-example-el = self.outputs.packages.${system}.doom-emacs;
init-example-el-emacsGit = self.outputs.packages.${system}.doom-emacs.override {
emacsPackages = with pkgs; emacsPackagesFor emacsGit;
};
}