Updated flake.lock and use master helix version

This commit is contained in:
Tyler Mayoff 2024-10-16 21:11:36 -04:00
parent 15026c4460
commit 190c9a39f2
4 changed files with 156 additions and 39 deletions

View file

@ -7,16 +7,7 @@
config.allowUnfree = true;
};
masters = {
helix = prev.helix.overrideAttrs {
src = inputs.fetchzip {
url = "https://github.com/helix-editor/helix/releases/download/master/helix-master-source.tar.xz";
hash = "sha256-R8foMx7YJ01ZS75275xPQ52Ns2EB3OPop10F4nicmoA=";
stripRoot = false;
};
cargoHash = "sha256-Y8zqdS8vl2koXmgFY0hZWWP1ZAO8JgwkoPTYPVpk";
};
mods = {
};
};