Skip to content

Commit fa82eea

Browse files
authored
lock-fancy-rapid: add meta.mainProgram; format (#355172)
2 parents 10a022a + 0cad833 commit fa82eea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pkgs/applications/window-managers/i3/lock-fancy-rapid.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
{ lib, stdenv, fetchFromGitHub, xorg, i3lock }:
1+
{
2+
lib,
3+
stdenv,
4+
fetchFromGitHub,
5+
xorg,
6+
i3lock,
7+
}:
28

39
stdenv.mkDerivation {
410
pname = "i3lock-fancy-rapid";
@@ -33,6 +39,7 @@ stdenv.mkDerivation {
3339
description = "Faster implementation of i3lock-fancy";
3440
homepage = "https://github.com/yvbbrjdr/i3lock-fancy-rapid";
3541
maintainers = with maintainers; [ nickhu ];
42+
mainProgram = "i3lock-fancy-rapid";
3643
license = licenses.bsd3;
3744
platforms = platforms.linux;
3845
};

0 commit comments

Comments
 (0)