Skip to content

[BUG] Installation error on NixOS #221

@ghost

Description

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:

  1. 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 ];
};
  1. Rebuild the Home Manager using the home-manager switch command
  2. See error

Expected behavior 🤔
Ready-to-use dooit and dooit-extras packages

Screenshots 🧐
Screenshot

Desktop (please complete the following information): 🤖

  • OS: Linux NixOS
  • Version 25.05 (Warbler)

Additional context 📝
Nothing

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions