nushell: use nushellFull package
This commit is contained in:
parent
ae4b4f70f6
commit
298a631de5
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
package = (pkgs.nushell.overrideAttrs (_oldAttrs: {
|
||||
doCheck = false; # Skip tests, because they take forever to build using emulation
|
||||
})).override { additionalFeatures = p: p ++ [ "dataframe" ]; };
|
||||
package = pkgs.nushellFull;
|
||||
configFile.source = ./config.nu;
|
||||
envFile.source = ./env.nu;
|
||||
|
||||
|
|
Loading…
Reference in a new issue