emacs27Packages: switch to fetchFromGitHub

main
Felix Buehler 2 years ago
parent a336bbef76
commit d1d06e33c6
  1. 7
      pkgs/applications/editors/emacs/elisp-packages/emacs2nix.nix

@ -1,11 +1,12 @@
let
pkgs = import ../../../../.. { };
src = pkgs.fetchgit {
url = "https://github.com/nix-community/emacs2nix.git";
fetchSubmodules = true;
src = pkgs.fetchFromGitHub {
owner = "nix-community";
repo = "emacs2nix";
rev = "2e8d2c644397be57455ad32c2849f692eeac7797";
sha256 = "sha256-qnOYDYHAQ+r5eegKP9GqHz5R2ig96B2W7M+uYa1ti9M=";
fetchSubmodules = true;
};
in
pkgs.mkShell {

Loading…
Cancel
Save