|
|
@ -19,10 +19,10 @@
|
|
|
|
buildInputs = [ openssl ];
|
|
|
|
buildInputs = [ openssl ];
|
|
|
|
cargoHash = nixpkgs.lib.fakeHash;
|
|
|
|
cargoHash = nixpkgs.lib.fakeHash;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
in rec {
|
|
|
|
in {
|
|
|
|
devShells.${system}.default = with pkgs; mkShell {
|
|
|
|
devShells.${system}.default = with pkgs; mkShell {
|
|
|
|
packages = [ bacon ];
|
|
|
|
packages = [ bacon ];
|
|
|
|
inputsFrom = with packages.${system}; [ tatoeba images ];
|
|
|
|
inputsFrom = with self.packages.${system}; [ tatoeba images ];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
packages.${system} = {
|
|
|
|
packages.${system} = {
|
|
|
|
tatoeba = pkgs.rustPlatform.buildRustPackage (rustSettings // {
|
|
|
|
tatoeba = pkgs.rustPlatform.buildRustPackage (rustSettings // {
|
|
|
|