meta: bump helix's rust-overlay

This commit is contained in:
Max Headroom 2023-04-29 22:46:52 +02:00
parent 03e01aa850
commit 150ee31316

View file

@ -21,7 +21,15 @@
agenix.inputs.nixpkgs.follows = "nixpkgs";
helix.url = "github:helix-editor/helix";
helix.inputs.nixpkgs.follows = "nixpkgs";
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; };