Remove the brackets again?

This commit is contained in:
Niten 2021-09-04 10:09:09 -07:00
parent 5562694404
commit 368254ece7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: (final: prev: {
{ config, lib, pkgs, ... }: final: prev: {
doom-emacs-config = pkgs.fetchgit {
url = "https://git.fudo.org/niten/doom-emacs.git";
@ -35,4 +35,4 @@
};
};
};
})
}