Remove the brackets again?
This commit is contained in:
parent
5562694404
commit
368254ece7
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue