Skip to content
New issue

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

NixOS notes #20

Open
TheArcaneBrony opened this issue Nov 9, 2024 · 1 comment
Open

NixOS notes #20

TheArcaneBrony opened this issue Nov 9, 2024 · 1 comment

Comments

@TheArcaneBrony
Copy link

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.

@TheArcaneBrony
Copy link
Author

ProperTree:

nix shell nixpkgs#python3Full

NOTE: python3 does not include TK! Only the Full package does.
-> See DiskProvision, only python3Full is needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant