removed references to my-log

This commit is contained in:
Sebastian Moser
2024-05-21 22:50:35 +02:00
parent 61d79f5be7
commit 620ec1ceec
2 changed files with 11 additions and 11 deletions

View File

@@ -116,12 +116,12 @@
libvirt
virt-manager
freerdp
(pkgs.writeShellApplication {
name = "log";
#(pkgs.writeShellApplication {
#name = "log";
#runtimeInputs = [ inputs.my-log.packages.${system}.pythonForLog ];
#text = "cd /home/me/work/log/new; nix develop -c 'python ${workDir}/log/new/client.py'";
text = ''${inputs.my-log.packages.${system}.pythonForLog}/bin/python ${workDir}/log/new/client.py "$@"'';
})
#text = ''${inputs.my-log.packages.${system}.pythonForLog}/bin/python ${workDir}/log/new/client.py "$@"'';
#})
(pkgs.writeShellApplication {
name = "rpi";
text = let