We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569e286 commit 3f76199Copy full SHA for 3f76199
dev/flake.nix
@@ -20,7 +20,7 @@
20
programs.nixpkgs-fmt.enable = true;
21
};
22
devShells.default = pkgs.mkShell {
23
- # cf. https://community.flake.parts/haskell-flake#composing-devshells
+ # cf. https://community.flake.parts/haskell-flake/devshell#composing-devshells
24
inputsFrom = [
25
config.treefmt.build.devShell
26
];
0 commit comments