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.
|
||||
devShells.default = pkgs.mkShell {
|
||||
name = "haskell-template";
|
||||
inputsFrom = [
|
||||
config.haskellProjects.default.outputs.devShell
|
||||
config.flake-root.devShell
|
||||
|
|
Loading…
Reference in a new issue