nushellFull: init at 0.82.0

This commit is contained in:
happysalada
2023-06-28 09:11:45 +08:00
parent cbfcf6ed61
commit 85af4932d4
+2
View File
@@ -27612,6 +27612,8 @@ with pkgs;
inherit (darwin.apple_sdk_11_0.frameworks) AppKit Security;
};
nushellFull = nushell.override { additionalFeatures = p: p ++ ["dataframe" "extra"]; };
nu_scripts = callPackage ../shells/nushell/nu_scripts { };
nushellPlugins = callPackage ../shells/nushell/plugins {