Merge pull request #278 from emanueljg/add-meta-mainprogram

add meta.mainProgram to rust drv
This commit is contained in:
Roman Melnikov 2024-06-12 12:28:07 +02:00 committed by GitHub
commit 254e9d150a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {