override helix with newer version

This commit is contained in:
Tim Schubert 2022-11-02 11:13:06 +01:00
parent 16666b8adf
commit 0695685e73
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
7 changed files with 253 additions and 10 deletions

View file

@ -40,6 +40,7 @@
url = github:numtide/devshell;
inputs.nixpkgs.follows = "myNixpkgs";
};
helix.url = github:helix-editor/helix/22.08.1;
};
outputs = { ... } @ args: import ./outputs.nix args;