mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
crates
This commit is contained in:
parent
08213ec050
commit
4d777ea5a4
7 changed files with 49 additions and 33 deletions
14
custom-pkgs/crates/list.nix
Normal file
14
custom-pkgs/crates/list.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
pkgs: [
|
||||
{
|
||||
pname = "cargo-dl";
|
||||
version = "0.1.4";
|
||||
downloadHash = "sha256-txSRmOr3tYw72xI5Dqt/y1EboaqFWEMN+lASVXLNdgQ=";
|
||||
cargoHash = "sha256-mkRZtC6JjsJxQ4DTjS2qw2y1opFIMt39eEMR1DurgAM=";
|
||||
}
|
||||
{
|
||||
pname = "counts";
|
||||
version = "1.0.4";
|
||||
downloadHash = "sha256-zLQHUHo3e/nY5UHhX03nK/gr+0rap/bSSlX7HDzr9uo=";
|
||||
cargoHash = "sha256-DVuIPO/dCk5rvPBzfM8lGGvM1ZZUUBgN7jSr/ZRGUwE=";
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue