diff --git a/flake.nix b/flake.nix index 1a75e50..112a599 100644 --- a/flake.nix +++ b/flake.nix @@ -19,10 +19,10 @@ buildInputs = [ openssl ]; cargoHash = nixpkgs.lib.fakeHash; }; - in rec { + in { devShells.${system}.default = with pkgs; mkShell { packages = [ bacon ]; - inputsFrom = with packages.${system}; [ tatoeba images ]; + inputsFrom = with self.packages.${system}; [ tatoeba images ]; }; packages.${system} = { tatoeba = pkgs.rustPlatform.buildRustPackage (rustSettings // {