Skip to content
Snippets Groups Projects
Commit 8b6c3a58 authored by Evy Storozhenko's avatar Evy Storozhenko
Browse files

fix shell

parent 32bf8a30
No related branches found
No related tags found
No related merge requests found
use flake
......@@ -22,8 +22,7 @@
defaultPackage = naerskBuildPackage { };
devShell = with pkgs; mkShell {
buildInputs = buildInputs ++ [ cargo rustc rustfmt ];
RUST_SRC_PATH = rustPlatform.rustLibSrc;
buildInputs = [ cargo rustc rustfmt ];
};
});
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment