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
Describe the bug 🐛 When trying to install on NixOS via Home Manager, an error occurs due to the use of different versions of Python
To Reproduce 🐣 Steps to reproduce the behavior:
flake.nix
dooit.url = "github:dooit-org/dooit"; dooit-extras.url = "github:dooit-org/dooit-extras";
And add this to your home.nix:
home.nix
imports = [ inputs.dooit.homeManagerModules.default ]; nixpkgs.overlays = [ inputs.dooit-extras.overlay ]; programs.dooit = { enable = true; extraPackages = [ pkgs.dooit-extras ]; };
home-manager switch
Expected behavior 🤔 Ready-to-use dooit and dooit-extras packages
Screenshots 🧐
Desktop (please complete the following information): 🤖
Additional context 📝 Nothing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug 🐛
When trying to install on NixOS via Home Manager, an error occurs due to the use of different versions of Python
To Reproduce 🐣
Steps to reproduce the behavior:
flake.nix
:And add this to your
home.nix
:home-manager switch
commandExpected behavior 🤔
Ready-to-use dooit and dooit-extras packages
Screenshots 🧐
Desktop (please complete the following information): 🤖
Additional context 📝
Nothing
The text was updated successfully, but these errors were encountered: