build: add nix package
This commit is contained in:
parent
70989dc619
commit
b218d3ec30
10 changed files with 161 additions and 12 deletions
2
typegen/.gitignore
vendored
Normal file
2
typegen/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/target/
|
||||
/result
|
10
typegen/default.nix
Normal file
10
typegen/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
nix-gitignore,
|
||||
rustPlatform,
|
||||
}: rustPlatform.buildRustPackage {
|
||||
pname = "quickshell-docs-typegen";
|
||||
version = "0.1.0";
|
||||
|
||||
src = nix-gitignore.gitignoreSource [] ./.;
|
||||
cargoSha256 = "rep68gbnp9uPhzjK7opLg7dh4X2uKNmAPfGUuGjE35w=";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue