From ed0db9b8f83fc5cd65466ebfa31463bb3a01114b Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Wed, 21 Aug 2024 10:33:42 +0200 Subject: [PATCH] Update emacs&doom --- flake.lock | 8 ++++---- flake.nix | 2 +- home-mods/shell/default.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 594fa24..b2b9095 100644 --- a/flake.lock +++ b/flake.lock @@ -214,17 +214,17 @@ ] }, "locked": { - "lastModified": 1721613500, - "narHash": "sha256-KyWkSGj79yb60GAM7W2O6X8G/IqTCxLTwOOFeh78kjo=", + "lastModified": 1723799695, + "narHash": "sha256-8W/xxCpwQC9LOnwUO0Q7aGAF463ozaxcwQ6/toqtz0M=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "65fb83360b883ecf3c2ef6fc616e13df33087077", + "rev": "3b4f8179de2b4950540d70161854e43fe1010eae", "type": "github" }, "original": { "owner": "nix-community", "repo": "emacs-overlay", - "rev": "65fb83360b883ecf3c2ef6fc616e13df33087077", + "rev": "3b4f8179de2b4950540d70161854e43fe1010eae", "type": "github" } }, diff --git a/flake.nix b/flake.nix index af6b7ac..ea49137 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; emacs-overlay = { - url = "github:nix-community/emacs-overlay/65fb83360b883ecf3c2ef6fc616e13df33087077"; + url = "github:nix-community/emacs-overlay/3b4f8179de2b4950540d70161854e43fe1010eae"; inputs.flake-utils.follows = "flake-utils"; inputs.nixpkgs-stable.follows = "nixpkgs-stable"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/home-mods/shell/default.nix b/home-mods/shell/default.nix index bfc314c..6727a88 100644 --- a/home-mods/shell/default.nix +++ b/home-mods/shell/default.nix @@ -9,7 +9,7 @@ let doomemacsSrc = builtins.fetchGit { url = "https://github.com/doomemacs/doomemacs"; ref = "master"; - rev = "f5b3958331cebf66383bf22bdc8b61cd44eca645"; + rev = "1912571c9cec35d06f869637573e75ec529f6c7c"; }; neofetchThemesSrc = builtins.fetchGit { url = "https://github.com/Chick2D/neofetch-themes";