Skip to content

Commit

Permalink
home.non-nixos: install bash 5 for darwin systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Feb 13, 2024
1 parent 9058465 commit a3d9adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/base/non-nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ in

home = {
packages = optionals cfg.installNix [ config.nix.package ]
++ optionals config.custom.base.general.darwin [ pkgs.coreutils pkgs.procps ];
++ optionals config.custom.base.general.darwin [ pkgs.bashInteractive pkgs.coreutils pkgs.procps ];

sessionVariables.NIX_PATH = concatStringsSep ":" commonConfig.nix.nixPath;
};
Expand Down

0 comments on commit a3d9adc

Please sign in to comment.