meta: remove rust-overlay follows from helix
This commit is contained in:
parent
aef6b1a983
commit
e123b74d49
1 changed files with 0 additions and 6 deletions
|
@ -23,12 +23,6 @@
|
||||||
helix.url = "github:helix-editor/helix";
|
helix.url = "github:helix-editor/helix";
|
||||||
helix.inputs = {
|
helix.inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
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; };
|
kernel-clr = { url = "github:clearlinux-pkgs/linux"; flake = false; };
|
||||||
|
|
Loading…
Reference in a new issue