We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798957b commit edd6bd0Copy full SHA for edd6bd0
flake.nix
@@ -15,7 +15,7 @@
15
in
16
{
17
devShells.default = with pkgs; mkShell {
18
- buildInputs = [
+ packages = [
19
openssl
20
pkg-config
21
(rust-bin.fromRustupToolchainFile ./.cargo/rust-toolchain.toml)
0 commit comments