From fdeeff059128defaf969fb4de4b2caca74971fd8 Mon Sep 17 00:00:00 2001
From: gustavderdrache <alex.ford@determinate.systems>
Date: Wed, 23 Apr 2025 14:53:00 -0400
Subject: [PATCH] Update PR template

---
 .github/pull_request_template.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index a0a0729..fd053c5 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,6 +2,6 @@
 
 Please format all files before committing:
 
-    nix run nixpkgs#nodePackages.prettier -- --write .
+    nix develop -c prettier -- --write .
 
 -->