emacs29
This commit is contained in:
parent
52749c2ae0
commit
9399428446
3 changed files with 6 additions and 5 deletions
8
nix/home-manager/flake.lock
generated
8
nix/home-manager/flake.lock
generated
|
@ -474,11 +474,11 @@
|
||||||
"nix-straight": {
|
"nix-straight": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1694361489,
|
"lastModified": 1696948727,
|
||||||
"narHash": "sha256-kjDp+j6OtrmqbtjQB5uuOtjS08+kgJQuxFqhWE1Y9Rw=",
|
"narHash": "sha256-6fQamWVIyeLoFSJl1WKcIl+LUdZluzFla4H+4Z5Cv2E=",
|
||||||
"owner": "nix-community",
|
"owner": "codingkoi",
|
||||||
"repo": "nix-straight.el",
|
"repo": "nix-straight.el",
|
||||||
"rev": "748be99b84be0b130e946288099806a0f16d6e57",
|
"rev": "c64edbf49598453bd85dae1acef9a0f9d294185d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
url = "github:nix-community/nix-doom-emacs";
|
url = "github:nix-community/nix-doom-emacs";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
nix-straight.url = "github:codingkoi/nix-straight.el/codingkoi/apply-librephoenixs-fix";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixneovim = {
|
nixneovim = {
|
||||||
|
|
|
@ -158,7 +158,7 @@ in {
|
||||||
doomPrivateDir = ../../emacs/emacs.doom;
|
doomPrivateDir = ../../emacs/emacs.doom;
|
||||||
emacsPackage =
|
emacsPackage =
|
||||||
if isDarwin
|
if isDarwin
|
||||||
then pkgs.emacs28
|
then pkgs.emacs
|
||||||
else pkgs.emacs;
|
else pkgs.emacs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue