We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fe918 commit 5967a33Copy full SHA for 5967a33
flake.nix
@@ -54,12 +54,12 @@
54
--prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.git ]}
55
'';
56
57
- meta = with pkgs.lib; {
+ meta = {
58
description = "A simple terminal UI for git commands";
59
homepage = "https://github.com/jesseduffield/lazygit";
60
- license = licenses.mit;
+ license = pkgs.lib.licenses.mit;
61
maintainers = [ "jesseduffield" ];
62
- platforms = platforms.unix;
+ platforms = pkgs.lib.platforms.unix;
63
mainProgram = "lazygit";
64
};
65
0 commit comments