Hi,
When starting the nix-shell I want to point artiqSrc to a artiq submodule in my repo that points to the release-6 branch. However, I get:
fatal: not a git repository: /build/artiq-release-6/../../.git/modules/artiq/artiq-release-6
error: builder for '/nix/store/s8i3x6vzd1pva193dm5667dh9vbl9rip-artiq-version.drv' failed with exit code 128;
last 8 log lines:
> unpacking sources
> unpacking source archive /nix/store/silmxw9593digismbgrhs40hxrajknwi-artiq-release-6
> source root is artiq-release-6
> patching sources
> configuring
> no configure script, doing nothing
> building
> fatal: not a git repository: /build/artiq-release-6/../../.git/modules/artiq/artiq-release-6
For full logs, run 'nix log /nix/store/s8i3x6vzd1pva193dm5667dh9vbl9rip-artiq-version.drv'.
Any way to fix this?
Cheers,
Jonas