chore: Fix broken link

This commit is contained in:
Sridhar Ratnakumar 2024-06-20 16:28:11 -04:00 committed by GitHub
parent 569e28636c
commit 3f76199d42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
];