From 3239e0b40f242f47bf6c0c37b2fd35ab3e76e370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Fri, 17 Mar 2023 16:31:35 +0100 Subject: [PATCH] Revert "starship: condition nushell integration on nushell 0.73+" (#3778) This reverts commit c7231c06e97170f7834922af698bca4ea3016753. --- modules/programs/starship.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/programs/starship.nix b/modules/programs/starship.nix index dd4750ece..31136d7ec 100644 --- a/modules/programs/starship.nix +++ b/modules/programs/starship.nix @@ -80,14 +80,6 @@ in { }; config = mkIf cfg.enable { - assertions = [{ - assertion = cfg.enableNushellIntegration - -> versionAtLeast config.programs.nushell.package.version "0.73"; - message = '' - Nushell integration for starship requires nushell 0.73 or later. - ''; - }]; - home.packages = [ cfg.package ]; xdg.configFile."starship.toml" = mkIf (cfg.settings != { }) {