This commit is contained in:
Anthony Cicchetti 2024-01-11 22:00:05 -05:00
parent 52749c2ae0
commit 9399428446
3 changed files with 6 additions and 5 deletions

View file

@ -474,11 +474,11 @@
"nix-straight": {
"flake": false,
"locked": {
"lastModified": 1694361489,
"narHash": "sha256-kjDp+j6OtrmqbtjQB5uuOtjS08+kgJQuxFqhWE1Y9Rw=",
"owner": "nix-community",
"lastModified": 1696948727,
"narHash": "sha256-6fQamWVIyeLoFSJl1WKcIl+LUdZluzFla4H+4Z5Cv2E=",
"owner": "codingkoi",
"repo": "nix-straight.el",
"rev": "748be99b84be0b130e946288099806a0f16d6e57",
"rev": "c64edbf49598453bd85dae1acef9a0f9d294185d",
"type": "github"
},
"original": {

View file

@ -19,6 +19,7 @@
url = "github:nix-community/nix-doom-emacs";
inputs = {
nixpkgs.follows = "nixpkgs";
nix-straight.url = "github:codingkoi/nix-straight.el/codingkoi/apply-librephoenixs-fix";
};
};
nixneovim = {

View file

@ -158,7 +158,7 @@ in {
doomPrivateDir = ../../emacs/emacs.doom;
emacsPackage =
if isDarwin
then pkgs.emacs28
then pkgs.emacs
else pkgs.emacs;
};