From 5a7d96506375dde7b6715763ff90cd00fe3795ff Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 27 Oct 2024 14:30:53 -0400 Subject: tree-wide: lix -> nix Apparently newer Nix versions are pretty fast. Lets find out --- modules/shared/base/nix.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/shared') diff --git a/modules/shared/base/nix.nix b/modules/shared/base/nix.nix index 82eba7e..ebae4dc 100644 --- a/modules/shared/base/nix.nix +++ b/modules/shared/base/nix.nix @@ -22,9 +22,7 @@ in defaultText = lib.literalExpression "config.base.enable"; }; - lix.enable = lib.mkEnableOption "the use of Lix over Nix" // { - default = isLinux; - }; + lix.enable = lib.mkEnableOption "the use of Lix over Nix"; }; config = lib.mkIf cfg.enable ( -- cgit v1.2.3