diff --git a/flake.nix b/flake.nix index a2ed96f..be843c1 100644 --- a/flake.nix +++ b/flake.nix @@ -54,6 +54,12 @@ help = "Build the site"; } ]; + env = [ + { + name = "DEVSHELL_NO_MOTD"; + value = 1; + } + ]; }; }); }