@@ -0,0 +1,13 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
odin
ols
];
shellHook = ''
echo "Odin Shell"
'';
}
The note is not visible to the blocked user.