From e123b74d49c0a0c6b4dfba5234558555a5a3a998 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 9 Feb 2024 15:08:37 +0100 Subject: [PATCH] meta: remove rust-overlay follows from helix --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index f054d9c..fee9933 100644 --- a/flake.nix +++ b/flake.nix @@ -23,12 +23,6 @@ helix.url = "github:helix-editor/helix"; helix.inputs = { nixpkgs.follows = "nixpkgs"; - rust-overlay.follows = "rust-overlay-helix"; - }; - - rust-overlay-helix = { - url = "github:oxalica/rust-overlay/74f1a64dd28faeeb85ef081f32cad2989850322c"; - inputs.nixpkgs.follows = "nixpkgs"; }; kernel-clr = { url = "github:clearlinux-pkgs/linux"; flake = false; };