7 lines
197 B
Nix
7 lines
197 B
Nix
{ fetchgit }:
|
|
fetchgit {
|
|
url = "https://git.clan.lol/clan/clan-core.git";
|
|
rev = "0e50e47f16c3ae9283e42947625ccf12ac8f53c0";
|
|
sha256 = "1gc10mw83qy6305aak4l44cyqc2riq92r1r84aw7yf6djaim4y6i";
|
|
}
|