From 3f76199d42d55e3a36bf8e8e0544e715d6a3f007 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:28:11 -0400 Subject: [PATCH] chore: Fix broken link --- dev/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/flake.nix b/dev/flake.nix index 833980e..3e5131f 100644 --- a/dev/flake.nix +++ b/dev/flake.nix @@ -20,7 +20,7 @@ programs.nixpkgs-fmt.enable = true; }; devShells.default = pkgs.mkShell { - # cf. https://community.flake.parts/haskell-flake#composing-devshells + # cf. https://community.flake.parts/haskell-flake/devshell#composing-devshells inputsFrom = [ config.treefmt.build.devShell ];