add syntax renderer to hastebin

This commit is contained in:
Joakim Repomaa
2025-03-01 13:14:58 +02:00
parent 6a1244821e
commit 83594e09a9
3 changed files with 28 additions and 13 deletions

View File

@@ -64,6 +64,10 @@
url = "github:zhaofengli/colmena";
inputs.nixpkgs.follows = "nixpkgs";
};
syntax-renderer = {
url = "sourcehut:~repomaa/syntax-renderer";
flake = false;
};
};
outputs = { flake-parts, agenix, nixpkgs, self, colmena, ... }@inputs:
flake-parts.lib.mkFlake { inherit inputs; } (