-
Notifications
You must be signed in to change notification settings - Fork 103
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
Submodule doesn't work? #313
Comments
is there an error message that we could work with here? neither I nor anyone I know really works with submodules, especially around nix 🤔 |
The error message that nix gives (while checking) is
If I had to guess I would assume that the command that is being used to check the config doesn't include the ?submodules=1 part, because without that it doesn't copy the Git submodules into the nix store, which would give the error that it is currently having. Also the reason that I'm using submodules is that I have another computer that I have to use occasionally that doesn't have nix setup on it, and I would like to be able to use my config for kakoune on it without having to deal with all of nix's stuff. If you for want to see the flake that I was using for this it is in my "dotfiles" repository. https://github.com/astaugaard/dotfiles |
ok I just noticed that I forgot the s on submodules, but the same error still applys when that is fixed. so the command would be deploy --remote-build .?submodules=1#rpi-home and the complete log would be this:
|
Hi I include a git submodule in my configuration
when I run
the configuration fails to check since my kakoune configuration is in another github repo (I have my homeManager configuration in the same file). Sorry if I'm just messing something up.
The text was updated successfully, but these errors were encountered: