We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
ProperTree:
nix shell nixpkgs#python3Full
NOTE: python3 does not include TK! Only the Full package does. -> See DiskProvision, only python3Full is needed
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: