hotfix: change flake pname

This commit is contained in:
Muhammad Nauman Raza 2024-03-22 15:50:54 +00:00
parent 8c9995f89c
commit 9554c7015d

View file

@ -30,10 +30,9 @@
inherit (toolchain) cargo rustc; inherit (toolchain) cargo rustc;
}) })
.buildRustPackage { .buildRustPackage {
pname = "vaporise"; pname = "vpr";
version = "0.2.1"; version = "0.2.1";
cargoLock.lockFile = ./Cargo.lock; cargoLock.lockFile = ./Cargo.lock;
meta.mainProgram = "vpr";
src = ./.; src = ./.;
}; };