mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-05-31 14:20:36 +02:00
fix(guix): use local repo path for self-source git-fetch
This commit is contained in:
parent
bc9e3d1301
commit
ce115e33a2
2 changed files with 6 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
(uri (git-reference
|
||||
- (url "https://git.guix.gnu.org/guix.git")
|
||||
- (commit commit)))
|
||||
+ (url "@LOCAL_GUIX_CHECKOUT_URL@")
|
||||
+ (url "@LOCAL_GUIX_CHECKOUT_PATH@")
|
||||
+ (commit "@LOCAL_GUIX_CHECKOUT_COMMIT@")))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue