@@ -0,0 +1,13 @@
# Legacy shell.nix for .NET template
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
buildInputs = [
pkgs.dotnet-sdk
pkgs.git
];
shellHook = "" "
echo 'Welcome to the .NET devShell!'
" "";
}
The note is not visible to the blocked user.