2
1
Fork 0
quickshell-docs/typegen/default.nix
2025-06-11 00:07:24 -07:00

10 lines
246 B
Nix

{
nix-gitignore,
rustPlatform,
}: rustPlatform.buildRustPackage {
pname = "quickshell-docs-typegen";
version = "0.1.0";
src = nix-gitignore.gitignoreSource [] ./.;
cargoHash = "sha256-bOOYzCLIyze6DbtMDupSuRFgJAKjbcFXrZw7vclorYQ=";
}