Skip to content

Commit df57f8d

Browse files
committed
chore(nix): give devshell a name
1 parent 550ac41 commit df57f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157

158158
formatter = pkgs.nixfmt-tree;
159159
devShells.default = craneLib.devShell {
160+
name = "ssh-portfolio";
160161
inputsFrom = [ ssh-portfolio ];
161162
checks = self.checks.${system};
162163
packages = with pkgs; [

0 commit comments

Comments
 (0)