update servicepoint to 0.6.0
This commit is contained in:
parent
6df96d73d2
commit
dca4ed7113
5 changed files with 16 additions and 1 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
rustup
|
||||
pkg-config
|
||||
xe
|
||||
lzma
|
||||
cargo-tarpaulin
|
||||
gnumake
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue