summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2025-02-19 17:02:20 +0100
committerAlan Pearce2025-02-19 17:02:20 +0100
commit46ef689b6fe6f9798785587cbbde8963b86dbedd (patch)
tree9c2e256470eb2834e8cb4f7f9d9c0baea1253f9a /user
parent92de86bbdb47c5191de97ec6dbb89aab91abc514 (diff)
downloadnixfiles-46ef689b6fe6f9798785587cbbde8963b86dbedd.tar.lz
nixfiles-46ef689b6fe6f9798785587cbbde8963b86dbedd.tar.zst
nixfiles-46ef689b6fe6f9798785587cbbde8963b86dbedd.zip
remove prettierd
Diffstat (limited to 'user')
-rw-r--r--user/settings/development/web.nix1
-rw-r--r--user/settings/emacs.nix7
2 files changed, 0 insertions, 8 deletions
diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix
index 24da1604..13b0ea5c 100644
--- a/user/settings/development/web.nix
+++ b/user/settings/development/web.nix
@@ -9,7 +9,6 @@
     stylelint
   ] ++ (with pkgs; [
     flyctl
-    prettierd
     personal.htmlformat
   ]);
   home.shellAliases = {
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix
index cf519354..72c2ee52 100644
--- a/user/settings/emacs.nix
+++ b/user/settings/emacs.nix
@@ -188,13 +188,6 @@ in
           license = pkgs.lib.licenses.gpl3;
         };
       };
-      apheleia = self.melpaPackages.apheleia.overrideAttrs
-        (old: {
-          patchPhase = ''
-            substituteInPlace apheleia-formatters.el \
-              --replace-fail '"prettier"' '"prettierd"'
-          '';
-        });
       treemacs-nerd-icons = self.melpaPackages.treemacs-nerd-icons.overrideAttrs (old: {
         src = pkgs.fetchFromGitHub {
           owner = "aaronmiller";