Apparently fetchGit doesn't work the way I want?
This commit is contained in:
parent
23bd1ff77b
commit
01b1dba367
|
@ -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; };
|
||||
|
|
Loading…
Reference in New Issue