From 29c693599923cf18215ea6e670e2d5a9b9448e5c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:53:38 -0500 Subject: [PATCH] flake.nix: Fix inaccurate comment --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5256486..c101514 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ extensions = [ "ImportQualifiedPost" ]; }; - # From https://github.com/Platonic-Systems/process-compose-flake + # From https://github.com/srid/proc-flake proc.groups.ema-tailwind-run = { processes = { haskell.command = "ghcid";