Apparently fetchGit doesn't work the way I want?

This commit is contained in:
root 2021-04-17 16:58:40 -07:00
parent 23bd1ff77b
commit 01b1dba367
1 changed files with 3 additions and 3 deletions

View File

@ -145,10 +145,10 @@ in {
pkgs = unstablePkgs;
};
doom-emacs-config = builtins.fetchGit {
doom-emacs-config = pkgs.fetchgit {
url = "https://git.fudo.org/niten/doom-emacs.git";
# rev = "c57d6712e358a9941b1de3508b104ffd38099a3a";
# sha256 = "1b2aw06irmv3xha6rhqlw3lmy6qxv281j4w91c8af0qsvhcq9g1y";
rev = "c57d6712e358a9941b1de3508b104ffd38099a3a";
sha256 = "1b2aw06irmv3xha6rhqlw3lmy6qxv281j4w91c8af0qsvhcq9g1y";
};
vanilla-forum = import ./vanilla-forum.nix { pkgs = pkgs; };