From 24c987ea510b966770c2346878f79682ff0cfcb8 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 15 Feb 2024 08:41:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20set=20`meta.MainProgram`=20for=20ce?= =?UTF-8?q?nterpiece?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 37187dc..ead5e3c 100644 --- a/flake.nix +++ b/flake.nix @@ -111,6 +111,7 @@ homepage = "https://github.com/friedow/centerpiece"; platforms = platforms.linux; license = licenses.mit; + mainProgram = pname; maintainers = [ "friedow" ]; }; }