updated helix to master

This commit is contained in:
Tyler Mayoff 2024-10-14 18:03:51 -04:00
parent 6ecc582138
commit 15026c4460
2 changed files with 13 additions and 1 deletions

View file

@ -6,6 +6,18 @@
system = final.system;
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";
};
};
};
unstable-packages = final: prev: {