formatting
This commit is contained in:
parent
e2d6a10b09
commit
4103cf925b
12 changed files with 515 additions and 623 deletions
|
@ -52,7 +52,9 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
name = "zenyx";
|
||||
nativeBuildInputs = with pkgs; [
|
||||
rust-bin.stable.latest.default
|
||||
(rust-bin.stable.latest.default.override {
|
||||
extensions = ["rust-src" "cargo" "rustfmt" "clippy"];
|
||||
})
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = buildInputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue