mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
7 lines
131 B
Text
7 lines
131 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: guix-git-reference
|
||
|
# key: git-reference...
|
||
|
# --
|
||
|
(git-reference
|
||
|
(url "$1")
|
||
|
(commit ${2:commit}))
|