Install helix from master branch

This commit is contained in:
Tim Schubert 2023-05-12 18:35:28 +02:00
parent a81a68713d
commit c649f0f3c2
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
7 changed files with 289 additions and 7 deletions

View file

@ -31,6 +31,7 @@
url = "github:NixOS/flake-registry";
flake = false;
};
helix.url = "github:helix-editor/helix/23.03";
};
outputs = { ... } @ args: import ./outputs.nix args;