wrappers/helix: use helix from upstream master

This commit is contained in:
Nikodem Rabuliński 2024-04-13 08:56:41 +02:00
parent 9cff5a8612
commit 49ec17b3f4
3 changed files with 92 additions and 2 deletions

View file

@ -133,6 +133,11 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.crane.follows = "crane";
};
helix = {
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.crane.follows = "crane";
};
};
/*