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

11 lines
241 B
Nix
Raw Normal View History

2024-03-09 14:26:27 +00:00
{
nix-gitignore,
rustPlatform,
}: rustPlatform.buildRustPackage {
pname = "quickshell-docs-typegen";
version = "0.1.0";
src = nix-gitignore.gitignoreSource [] ./.;
cargoSha256 = "rep68gbnp9uPhzjK7opLg7dh4X2uKNmAPfGUuGjE35w=";
}