Open TheArcaneBrony opened 1 week ago
Just documenting all the workarounds i've applied under NixOS, as discussed on Discord.
DiskProvision - requires Click (ignored shell script):
nix-shell -p python3Packages.click python3 src/main.py
-> Possibly could use a nix flake that puts python3(.12?) on PATH and puts click on PYTHONPATH, aka just add those 2 packages as shell build inputs.
click
ProperTree:
nix shell nixpkgs#python3Full
NOTE: python3 does not include TK! Only the Full package does. -> See DiskProvision, only python3Full is needed
Just documenting all the workarounds i've applied under NixOS, as discussed on Discord.
DiskProvision - requires Click (ignored shell script):
-> Possibly could use a nix flake that puts python3(.12?) on PATH and puts
click
on PYTHONPATH, aka just add those 2 packages as shell build inputs.