[Bug] Error while installing on Nixos
Before Reporting
- [x] I found no existing issues matching my bug
- [x] My issue is not caused by a theme
- [x] My issue is not caused by a plugin
Describe the Bug
So I recently installed NixOS and I tried setting up Millennium but it kept complaining about github submodules not being supported
Expected Behavior
upon a rebuild, the system should install millennium
Steps To Reproduce
- open flake
- add needed items for millennium
- attempt a rebuild
Operating System
Linux
Anything else?
I had the same error
You need to use
inputs.millennium.url = "git+https://github.com/SteamClientHomebrew/Millennium";
and not
inputs.millennium.url = "github:SteamClientHomebrew/Millennium";
However when you do this, you will run into other errors I could not fix myself
@H4K0N42 Create a new issue describing your problem. The Nix maintainers might know a fix.
Closing in favor of NixOS mega-thread.