final final yt-block fixes

This commit is contained in:
Sebastian Moser
2024-08-16 23:05:55 +02:00
parent 336a1901cd
commit da59cb44c5
4 changed files with 9 additions and 177 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs
, ...
}: let
python = pkgs.python3.withPackages (ps: with ps; [pkgs.python311Packages.cryptography]);
python = pkgs.python3.withPackages (ps: with ps; [ pkgs.python311Packages.cryptography pkgs.python311Packages.psutil ]);
python_script = pkgs.writeText "main-py" (builtins.readFile ./main.py);
read-helper = pkgs.callPackage ./read-helper.nix {};
in pkgs.writeShellApplication {