2
1
Fork 0
quickshell-docs/typegen/default.nix

10 lines
246 B
Nix

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