diff --git a/flake.nix b/flake.nix index 9f34a9e..6ce5783 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,11 @@ ]; cargoLock.lockFile = ./Cargo.lock; - }) // { meta.description = "A Simple multi-profile Nix-flake deploy tool"; }; + meta = { + description = "A Simple multi-profile Nix-flake deploy tool"; + mainProgram = "deploy"; + }; + }); lib = rec {