commit | f75ab07dca89eb7da6b7f9d1b8984eb9f1d60eaa | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Apr 02 12:55:10 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue Apr 02 12:55:10 2024 -0400 |
tree | 73b4578416e9fab57ae2871a2b18c939cd2f174c | |
parent | e192c9edef6de498bd9aa490cf81d6c2e7f57a4c [diff] [blame] |
ci(ovn): add verification tests for database (#1048) Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/flake.nix b/flake.nix index 0469b84..f29612c 100644 --- a/flake.nix +++ b/flake.nix
@@ -15,14 +15,15 @@ { devShell = pkgs.mkShell { buildInputs = with pkgs; [ + bashInteractive earthly + glibcLocales go kubernetes-helm nixpkgs-fmt poetry + python311Packages.tox vendir - glibcLocales - bashInteractive ]; }; }