pined doom emacs so nix lsp doesnt break

This commit is contained in:
Danilo Reyes 2025-10-02 11:19:43 -06:00
parent f92834e4de
commit b915571fb2
2 changed files with 11 additions and 10 deletions

19
flake.lock generated
View File

@ -125,27 +125,28 @@
"systems": "systems"
},
"locked": {
"lastModified": 1759394468,
"narHash": "sha256-mPbw6N6ERaUfaoXcuq7+pzbIiSYgymxw1ZU8dImHaQo=",
"lastModified": 1757147654,
"narHash": "sha256-mGoonbnnd38MZS/H80/vbXCHCxl6KlFup/XKK+zcAuY=",
"owner": "marienz",
"repo": "nix-doom-emacs-unstraightened",
"rev": "84f91b8df69b7cb904fc6caae3a77d0742d70285",
"rev": "ad01165af00765af07989b6ad14115960ac675f8",
"type": "github"
},
"original": {
"owner": "marienz",
"repo": "nix-doom-emacs-unstraightened",
"rev": "ad01165af00765af07989b6ad14115960ac675f8",
"type": "github"
}
},
"doomemacs": {
"flake": false,
"locked": {
"lastModified": 1759180402,
"narHash": "sha256-Y67ooUjDMWjPk+/IjMRnhe+OPn19Q0wF73prtExwyiI=",
"lastModified": 1757106921,
"narHash": "sha256-vHwgENjip2+AFzs4oZfnKEAJKwf5Zid7fakImvxxQUw=",
"owner": "doomemacs",
"repo": "doomemacs",
"rev": "5e7e93beb9f2b5a81768aaf4950203ceea21c4f6",
"rev": "8f55404781edacf66fa330205533b002de3fb5ee",
"type": "github"
},
"original": {
@ -164,11 +165,11 @@
]
},
"locked": {
"lastModified": 1759370635,
"narHash": "sha256-qX5Ot+d1Hh7wvpDnt41dwJC3VqzpG+Yue4d3fM/Xlmk=",
"lastModified": 1757124175,
"narHash": "sha256-drA0+kWXGrTgvhlsCiEE7VJ+vFsPi74p32n/7L5L5aU=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "e8a15f25bcbd4e29cd7a36e1fbc3df525cca9acb",
"rev": "802b82be7856f6350d5e9ccb536fb4e20cb82069",
"type": "github"
},
"original": {

View File

@ -6,7 +6,7 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
ucodenix.url = "github:e-tho/ucodenix";
doom-emacs = {
url = "github:marienz/nix-doom-emacs-unstraightened";
url = "github:marienz/nix-doom-emacs-unstraightened/ad01165af00765af07989b6ad14115960ac675f8";
inputs.nixpkgs.follows = "";
};
jawz-scripts = {