devshell
This commit is contained in:
parent
91e4b5dee8
commit
8d2788b911
1 changed files with 8 additions and 0 deletions
|
@ -56,6 +56,14 @@
|
|||
staxman = project.rootCrate.build;
|
||||
default = packages.staxman;
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
rustc
|
||||
cargo-watch
|
||||
clang
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue