Skip to content

Commit

Permalink
Merge pull request #278 from emanueljg/add-meta-mainprogram
Browse files Browse the repository at this point in the history
add meta.mainProgram to rust drv
  • Loading branch information
rvem committed Jun 12, 2024
2 parents ea0aaeb + c92c07e commit 254e9d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 254e9d1

Please sign in to comment.