chore: change layout of mainProgram definition

This commit is contained in:
Muhammad Nauman Raza 2024-03-14 19:34:00 +00:00
parent 153c390f02
commit 2b08c21bf9

View file

@ -32,12 +32,9 @@
.buildRustPackage {
pname = "vaporise";
version = "0.2.1";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
meta = {
mainProgram = "vpr";
};
meta.mainProgram = "vpr";
src = ./.;
};
# Executed by `nix run`