Skip to content

Commit 5967a33

Browse files
doprzEveeifyeve
authored andcommitted
Apply suggestion from @Eveeifyeve
Co-authored-by: Eveeifyeve <[email protected]>
1 parent b8fe918 commit 5967a33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
--prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.git ]}
5555
'';
5656

57-
meta = with pkgs.lib; {
57+
meta = {
5858
description = "A simple terminal UI for git commands";
5959
homepage = "https://github.com/jesseduffield/lazygit";
60-
license = licenses.mit;
60+
license = pkgs.lib.licenses.mit;
6161
maintainers = [ "jesseduffield" ];
62-
platforms = platforms.unix;
62+
platforms = pkgs.lib.platforms.unix;
6363
mainProgram = "lazygit";
6464
};
6565
};

0 commit comments

Comments
 (0)