mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-12-03 20:55:01 +01:00
update shell.nix
This commit is contained in:
parent
c28dc81da8
commit
a40fb97aca
@ -3,6 +3,10 @@
|
|||||||
let
|
let
|
||||||
my-python-packages = ps: with ps; [
|
my-python-packages = ps: with ps; [
|
||||||
psutil
|
psutil
|
||||||
|
|
||||||
|
# Build dependencies only.
|
||||||
|
build
|
||||||
|
twine
|
||||||
];
|
];
|
||||||
my-python = pkgs.python3.withPackages my-python-packages;
|
my-python = pkgs.python3.withPackages my-python-packages;
|
||||||
in my-python.env
|
in my-python.env
|
||||||
|
Loading…
Reference in New Issue
Block a user