mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Updated flake.lock and use master helix version
This commit is contained in:
parent
15026c4460
commit
190c9a39f2
4 changed files with 156 additions and 39 deletions
|
|
@ -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 = {
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue