From daf851906868bb4e81d5058fbe6a18f2894ce3a8 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 3 Jan 2025 20:06:30 -0500 Subject: [PATCH] Pin to helix-25.01 --- dot_config/flake/flake.nix | 2 +- dot_config/flake/home/common.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 063169c..371dfcb 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -9,7 +9,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixgl.url = "github:nix-community/nixGL"; - helix.url = "github:helix-editor/helix"; + helix.url = "github:helix-editor/helix/25.01"; }; outputs = { diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index e528254..ad5aeb9 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -27,7 +27,6 @@ outputs.overlays.additions outputs.overlays.modifications outputs.overlays.unstable-packages - inputs.helix.overlays.default ]; }; @@ -85,7 +84,6 @@ programs.helix = { enable = true; - package = inputs.helix.packages.${pkgs.system}.default; }; programs.bat = {