commit | 25e5af2e1bde5f7979d7470ac4fd6ad85f1101fd | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Dec 05 13:03:13 2023 -0500 |
committer | GitHub <noreply@github.com> | Tue Dec 05 13:03:13 2023 -0500 |
tree | 83f71f2ac406a3135e9d9141cfc5e58e95a62b05 | |
parent | 29c245701e6f471debf975112b4fc4b3171982d9 [diff] [blame] |
fix(nova): use distro supplied libvirt-python (#742)
diff --git a/flake.nix b/flake.nix index 8964172..a11b761 100644 --- a/flake.nix +++ b/flake.nix
@@ -15,6 +15,7 @@ { devShell = pkgs.mkShell { buildInputs = with pkgs; [ + earthly vendir ]; };