From e5ce53f3db93ddbc9cca6d51d5fc0e2fd7335517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:08:07 -0400 Subject: [PATCH] explicitly set meta.mainProgram --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 301e65545..05bb8fad4 100644 --- a/flake.nix +++ b/flake.nix @@ -515,6 +515,7 @@ }); meta.platforms = lib.platforms.unix; + meta.mainProgram = "nix"; }); lowdown-nix = with final; currentStdenv.mkDerivation rec {