Skip to content

Commit

Permalink
Nix flake: devShell -> devShells.default (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored Apr 26, 2022
1 parent 15114a6 commit 23aa765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
];
in
{
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
buildInputs = map (pkgName: pkgs.${pkgName}) shellPackages;
welcomeMessage = ''
Welcome to the smithy4s Nix shell! 👋
Expand Down

0 comments on commit 23aa765

Please sign in to comment.