@@ -0,0 +1,11 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
openconnect
(python.withPackages (pypkgs: with pypkgs; [
lxml
requests
]))
];
}
The note is not visible to the blocked user.