7 lines
196 B
Nix
7 lines
196 B
Nix
{ fetchgit }:
|
|
fetchgit {
|
|
url = "https://git.clan.lol/clan/clan-core.git";
|
|
rev = "eea93ea22c9818da67e148ba586277bab9e73cea";
|
|
sha256 = "sha256-PV0Z+97QuxQbkYSVuNIJwUNXMbHZG/vhsA9M4cDTCOE=";
|
|
}
|