Remove redundant openssl dev shell dependency
This commit is contained in:
parent
54c63e8cf4
commit
5ff00ddc06
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
|
||||||
(pkgs.rust-bin.stable.latest.default.override {
|
(pkgs.rust-bin.stable.latest.default.override {
|
||||||
extensions = [ "rust-src" ];
|
extensions = [ "rust-src" ];
|
||||||
})
|
})
|
||||||
openssl
|
|
||||||
bacon
|
bacon
|
||||||
];
|
];
|
||||||
inputsFrom = with self.packages.${system}; [ status_cloud ];
|
inputsFrom = with self.packages.${system}; [ status_cloud ];
|
||||||
|
|
Loading…
Reference in a new issue