@@ -0,0 +1,19 @@
{
description = "Flake description";
outputs =
{ self, nixpkgs }:
# setup the devShell for x86_64-linux.
devShell.x86_64-linux =
with nixpkgs.legacyPackages.x86_64-linux;
mkShell {
buildInputs = [
pnpm
];
shellHook = ''
echo "mreow"
'';
};
}
The note is not visible to the blocked user.