From 7a8588174e0d404b5f19f3451b36cebac6d83cfa Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 6 Jul 2025 21:53:58 +0300 Subject: [PATCH] helix: remove cab support for now --- modules/common/helix.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/modules/common/helix.nix b/modules/common/helix.nix index d46813c..7579d1c 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -6,20 +6,20 @@ in { shellAliases.x = "hx"; }; - nixpkgs.overlays = [(self: super: { - helix = super.helix.overrideAttrs (old: { - src = self.fetchzip { - url = "https://github.com/cull-os/helix/releases/download/ci-release-25.01.1/helix-ci-release-25.01.1-source.tar.xz"; - hash = "sha256-bvlzXRAdPvz8P49KENSw9gupQNaUm/+3eZZ1q7+fTsw="; - stripRoot = false; - }; + # nixpkgs.overlays = [(self: super: { + # helix = super.helix.overrideAttrs (old: { + # src = self.fetchzip { + # url = "https://github.com/cull-os/helix/releases/download/ci-release-25.01.1/helix-ci-release-25.01.1-source.tar.xz"; + # hash = "sha256-bvlzXRAdPvz8P49KENSw9gupQNaUm/+3eZZ1q7+fTsw="; + # stripRoot = false; + # }; - cargoDeps = self.rustPlatform.fetchCargoVendor { - inherit (self.helix) src; - hash = "sha256-soOnSRvWO7OzxYENFUBGmgSAk1Oy9Av+wDDLKkcuIbs="; - }; - }); - })]; + # cargoDeps = self.rustPlatform.fetchCargoVendor { + # inherit (self.helix) src; + # hash = "sha256-soOnSRvWO7OzxYENFUBGmgSAk1Oy9Av+wDDLKkcuIbs="; + # }; + # }); + # })]; home-manager.sharedModules = [{ programs.nushell.configFile.text = mkIf /*(*/config.isDesktop/* && config.isLinux)*/ <| mkAfter /* nu */ ''