nix: Add a name to devShell
This commit is contained in:
parent
27aacd14cb
commit
283d5aa400
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@
|
||||||
|
|
||||||
# Default shell.
|
# Default shell.
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
|
name = "haskell-template";
|
||||||
inputsFrom = [
|
inputsFrom = [
|
||||||
config.haskellProjects.default.outputs.devShell
|
config.haskellProjects.default.outputs.devShell
|
||||||
config.flake-root.devShell
|
config.flake-root.devShell
|
||||||
|
|
Loading…
Reference in a new issue