meta: bump helix's rust-overlay
This commit is contained in:
parent
03e01aa850
commit
150ee31316
1 changed files with 9 additions and 1 deletions
10
flake.nix
10
flake.nix
|
@ -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; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue