diff --git a/flake.nix b/flake.nix index 4092e4f..e7101ef 100644 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,8 @@ }; in pkgs.devshell.mkShell { + motd = "Hello you wonderful person, I hope you are having a lovely day 💜"; + packages = with pkgs; [(rust.override {extensions = ["rust-src"];}) rust-analyzer gcc]; }; formatter = pkgs.alejandra;