diff options
author | emanueljg | 2024-06-11 15:21:47 +0200 |
---|---|---|
committer | emanueljg | 2024-06-11 15:21:47 +0200 |
commit | c92c07eb2e210a140cc798b27a223cf8ed95628d (patch) | |
tree | b642b9ad9aaffd2d935c7d0d20dcd7b2d4476b8e | |
parent | 9c3147639c233f80d333fe81f463b0a87fc49764 (diff) |
add meta.mainProgram to rust drv
-rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 { |