2
1
Fork 0
quickshell-docs/typegen/default.nix
2024-03-09 06:28:20 -08:00

11 lines
241 B
Nix

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