chore: change layout of mainProgram definition
This commit is contained in:
parent
216a8ff361
commit
4afc21bb33
1 changed files with 2 additions and 5 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue