Update emacs&doom

This commit is contained in:
Tristan D. 2024-08-21 10:33:42 +02:00
parent 28adc41345
commit ed0db9b8f8
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8
3 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -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"
}
},

View file

@ -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";

View file

@ -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";