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:
- Add this to your inputs in
flake.nix:
dooit.url = "github:dooit-org/dooit";
dooit-extras.url = "github:dooit-org/dooit-extras";
And add this to your home.nix:
imports = [
inputs.dooit.homeManagerModules.default
];
nixpkgs.overlays = [ inputs.dooit-extras.overlay ];
programs.dooit = {
enable = true;
extraPackages = [ pkgs.dooit-extras ];
};
- Rebuild the Home Manager using the
home-manager switch command
- See error
Expected behavior 🤔
Ready-to-use dooit and dooit-extras packages
Screenshots 🧐

Desktop (please complete the following information): 🤖
- OS: Linux NixOS
- Version 25.05 (Warbler)
Additional context 📝
Nothing
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 switchcommandExpected behavior 🤔
Ready-to-use dooit and dooit-extras packages
Screenshots 🧐

Desktop (please complete the following information): 🤖
Additional context 📝
Nothing