chore: motd
This commit is contained in:
parent
676ff7630e
commit
9dd8cc0574
|
@ -43,6 +43,8 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.devshell.mkShell {
|
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];
|
packages = with pkgs; [(rust.override {extensions = ["rust-src"];}) rust-analyzer gcc];
|
||||||
};
|
};
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
|
|
Loading…
Reference in New Issue