We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12dac8 commit 7ce85a6Copy full SHA for 7ce85a6
1 file changed
flake.nix
@@ -7,6 +7,8 @@
7
8
# A local path can be used for developing or testing local changes. Make
9
# sure the submodules in a local libvirt checkout are populated.
10
+ # Using the shorthand notation of "github:user/repo..." may lead to build errors
11
+ # like "source-with-submodules> cp: cannot create regular file '[...]': Permission denied".
12
# libvirt.url = "git+file:<path/to/libvirt>?submodules=1";
13
# libvirt.url = "git+ssh://[email protected]/cyberus/cloud/libvirt.git?ref=gardenlinux&submodules=1";
14
libvirt.url = "git+https://github.com/cyberus-technology/libvirt?ref=gardenlinux&submodules=1";
0 commit comments