diff --git a/flake.lock b/flake.lock index 247e04f..b6d6d3b 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 056a480..55fb150 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {