From c2e26b331f118f85053fd267f710ddc9951a3f40 Mon Sep 17 00:00:00 2001
From: Pasquale Di Maria
Date: Sat, 29 Mar 2025 16:47:19 +0100
Subject: [PATCH] zoxide: fix build
---
modules/programs/zoxide.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/programs/zoxide.nix b/modules/programs/zoxide.nix
index 27544cb5d..a18fa4f51 100644
--- a/modules/programs/zoxide.nix
+++ b/modules/programs/zoxide.nix
@@ -41,7 +41,7 @@ in {
enableXonshIntegration = lib.mkOption {
default = true;
- type = types.bool;
+ type = lib.types.bool;
description = ''
Whether to enable Xonsh integration.
'';