Unverified Commit b7b2c7cb authored by r-vdp's avatar r-vdp
Browse files

direnv: fix indentation of generated scripts

parent 6f9a8cf2
Loading
Loading
Loading
Loading
+14 −15
Original line number Diff line number Diff line
@@ -132,8 +132,7 @@ in
      '';

      fish.interactiveShellInit = lib.mkIf cfg.enableFishIntegration ''
        if ${lib.boolToString cfg.loadInNixShell};
        or printenv PATH | grep -vqc '/nix/store';
        if ${lib.boolToString cfg.loadInNixShell}; or printenv PATH | grep -vqc '/nix/store';
          ${lib.getExe cfg.finalPackage} hook fish | source
        end
      '';