@@ -0,0 +1,6 @@
# Use this file with nix-shell or similar tools; see https://nixos.org/
with import <nixpkgs> {};
mkShell {
buildInputs = [ (python27.withPackages (ps: with ps; [ pygame numpy ])) ];
}
The note is not visible to the blocked user.