@@ -0,0 +1,12 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
name = "VagrantShell";
buildInputs = with pkgs; [
vagrant
ansible
];
shellHook = ''
echo "Welcome to vagrant shell";
'';
}
The note is not visible to the blocked user.