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

[BUG] Installation error on NixOS #221

Open
ghost opened this issue Dec 12, 2024 · 0 comments
Open

[BUG] Installation error on NixOS #221

ghost opened this issue Dec 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Dec 12, 2024

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

@ghost ghost added the bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants