nix-packages/fonts/kreative/source.nix

9 lines
200 B
Nix
Raw Normal View History

2022-09-25 17:21:17 +00:00
{fetchFromGitLab}: let
source = builtins.fromJSON (builtins.readFile ./source.json);
in
fetchFromGitLab {
owner = "kreativekorp";
2022-10-23 10:15:20 +00:00
repo = "open-relay";
2022-09-25 17:21:17 +00:00
inherit (source) rev sha256;
}