From 9369ed69a2b44a33653f87198508c1d0e1cc95ec Mon Sep 17 00:00:00 2001 From: greg-compass Date: Thu, 22 Jun 2023 12:54:08 -0500 Subject: [PATCH] Add xontrib-vox --- overlays/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlays/default.nix b/overlays/default.nix index 63221d5..1d3c84d 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -51,6 +51,7 @@ in rec { iteration-utilities = cp ./iteration-utilities.nix {}; jinja2-ansible-filters = cp ./jinja2-ansible-filters.nix {}; pyyaml-include = cp ./pyyaml-include.nix {}; + xonsh-vox = cp ./xonsh-vox.nix {}; }) ];