Build(flake): Also add the openssl dependencies to the devShell

This commit is contained in:
Benedikt Peetz 2023-07-09 07:53:15 +02:00
parent cc602b25ce
commit 74be1c2506
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@
rust-analyzer
cargo-edit
];
inherit nativeBuildInputs buildInputs;
};
});
}