generated from Patagia/template-nix
chore(nix): remove devshell hook banner
This commit is contained in:
parent
39eb69172f
commit
817e940167
1 changed files with 0 additions and 6 deletions
|
@ -146,12 +146,6 @@
|
|||
++ commonArgs.buildInputs;
|
||||
RUST_BACKTRACE = 1;
|
||||
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc; # Required for rust-analyzer
|
||||
shellHook = ''
|
||||
echo
|
||||
echo "✨🛠️ Welcome to the Patagia development environment 🛠️✨"
|
||||
echo "Run 'just' to see available commands."
|
||||
echo
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue