Add shell for ST project
This commit is contained in:
parent
28b1a2de78
commit
9e04649e89
1 changed files with 4 additions and 0 deletions
|
@ -175,6 +175,10 @@
|
|||
})
|
||||
];
|
||||
};
|
||||
scriptingtalen-project = pkgs.devshell.mkShell {
|
||||
name = "Scriptingtalen project";
|
||||
packages = [ (pkgs.python3.withPackages (ps: with ps; [ beautifulsoup4 requests ])) ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue