You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug 🐛
Dooit-extras fails to build when installed via flake (via home-manager, though in theory that shouldn't matter?). Seems to be some sort of input mismatch, but I grepped the dooit repo for any part of the hash (in case the issue was in a lock file somewhere) and got no matches.
As far as I can tell, this is the relevant error. Nix can be... difficult to diagnose.
Expected behavior 🤔
Dooit-extras installs. Though I admit I'm not sure what its supposed to actually do.
Desktop (please complete the following information): 🤖
OS: NixOS
Version: Unstable
Additional context 📝
This is specifically in regards to extraPackages = [ inputs.dooit-extras.packages.x86_64-linux.default ];. Installing it as an overlay also fails, but I don't (and have never) use overlays in my config so I don't really understand what they do or how.
The text was updated successfully, but these errors were encountered:
Describe the bug 🐛
Dooit-extras fails to build when installed via flake (via home-manager, though in theory that shouldn't matter?). Seems to be some sort of input mismatch, but I grepped the
dooit
repo for any part of the hash (in case the issue was in a lock file somewhere) and got no matches.As far as I can tell, this is the relevant error. Nix can be... difficult to diagnose.
To Reproduce 🐣
Steps to reproduce the behavior:
Expected behavior 🤔
Dooit-extras installs. Though I admit I'm not sure what its supposed to actually do.
Desktop (please complete the following information): 🤖
Additional context 📝
This is specifically in regards to
extraPackages = [ inputs.dooit-extras.packages.x86_64-linux.default ];
. Installing it as an overlay also fails, but I don't (and have never) use overlays in my config so I don't really understand what they do or how.The text was updated successfully, but these errors were encountered: