Skip to content

Commit 7ce85a6

Browse files
committed
docs: add note about build errors caused by shorthand "github:" notation
On-behalf-of: SAP [email protected] Signed-off-by: Julian Schindel <[email protected]>
1 parent a12dac8 commit 7ce85a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
# A local path can be used for developing or testing local changes. Make
99
# 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".
1012
# libvirt.url = "git+file:<path/to/libvirt>?submodules=1";
1113
# libvirt.url = "git+ssh://[email protected]/cyberus/cloud/libvirt.git?ref=gardenlinux&submodules=1";
1214
libvirt.url = "git+https://github.com/cyberus-technology/libvirt?ref=gardenlinux&submodules=1";

0 commit comments

Comments
 (0)