mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-26 16:41:06 -05:00
packages.nix-doom-emacs -> packages.doom-emacs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user