diff options
| -rw-r--r-- | home-manager/modules/common.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index e9d8204..ebf57e9 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -201,11 +201,6 @@ in programs.fish = { enable = true; - # Disable test execution temporarily because of test failure on macOS. - package = pkgs.fish.overrideAttrs (old: { - doCheck = false; - }); - interactiveShellInit = builtins.readFile ../config/fish/config.fish; shellInitLast = builtins.readFile ../config/fish/path.fish |
