mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
updated helix to master
This commit is contained in:
parent
6ecc582138
commit
15026c4460
2 changed files with 13 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
fh
|
fh
|
||||||
fd
|
fd
|
||||||
glow
|
glow
|
||||||
unstable.helix
|
masters.helix
|
||||||
gitoxide
|
gitoxide
|
||||||
lnav
|
lnav
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,18 @@
|
||||||
system = final.system;
|
system = final.system;
|
||||||
config.allowUnfree = true;
|
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: {
|
unstable-packages = final: prev: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue