1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 02:27:44 +00:00

helix: remove cab support for now

This commit is contained in:
RGBCube 2025-07-06 21:53:58 +03:00
parent a200739729
commit 7a8588174e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -6,20 +6,20 @@ in {
shellAliases.x = "hx"; shellAliases.x = "hx";
}; };
nixpkgs.overlays = [(self: super: { # nixpkgs.overlays = [(self: super: {
helix = super.helix.overrideAttrs (old: { # helix = super.helix.overrideAttrs (old: {
src = self.fetchzip { # 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"; # 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="; # hash = "sha256-bvlzXRAdPvz8P49KENSw9gupQNaUm/+3eZZ1q7+fTsw=";
stripRoot = false; # stripRoot = false;
}; # };
cargoDeps = self.rustPlatform.fetchCargoVendor { # cargoDeps = self.rustPlatform.fetchCargoVendor {
inherit (self.helix) src; # inherit (self.helix) src;
hash = "sha256-soOnSRvWO7OzxYENFUBGmgSAk1Oy9Av+wDDLKkcuIbs="; # hash = "sha256-soOnSRvWO7OzxYENFUBGmgSAk1Oy9Av+wDDLKkcuIbs=";
}; # };
}); # });
})]; # })];
home-manager.sharedModules = [{ home-manager.sharedModules = [{
programs.nushell.configFile.text = mkIf /*(*/config.isDesktop/* && config.isLinux)*/ <| mkAfter /* nu */ '' programs.nushell.configFile.text = mkIf /*(*/config.isDesktop/* && config.isLinux)*/ <| mkAfter /* nu */ ''