Add shell for ST project

This commit is contained in:
Charlotte Van Petegem 2022-05-02 09:47:59 +02:00
parent 28b1a2de78
commit 9e04649e89
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -175,6 +175,10 @@
})
];
};
scriptingtalen-project = pkgs.devshell.mkShell {
name = "Scriptingtalen project";
packages = [ (pkgs.python3.withPackages (ps: with ps; [ beautifulsoup4 requests ])) ];
};
};
};
};