Signed-off-by: Odyssey346 <odyssey346@disroot.org>
@@ -0,0 +1,11 @@
{ pkgs ? import <nixpkgs> {}
}:
pkgs.mkShell {
name="dev";
buildInputs = [
pkgs.go
];
shellHook = ''
echo "Go installed, have your fun"
'';
}
The note is not visible to the blocked user.