Skip to content

Commit 254e9d1

Browse files
authored
Merge pull request #278 from emanueljg/add-meta-mainprogram
add meta.mainProgram to rust drv
2 parents ea0aaeb + c92c07e commit 254e9d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flake.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@
4242
];
4343

4444
cargoLock.lockFile = ./Cargo.lock;
45-
}) // { meta.description = "A Simple multi-profile Nix-flake deploy tool"; };
45+
meta = {
46+
description = "A Simple multi-profile Nix-flake deploy tool";
47+
mainProgram = "deploy";
48+
};
49+
});
4650

4751
lib = rec {
4852

0 commit comments

Comments
 (0)