hotfix: change flake pname

This commit is contained in:
Muhammad Nauman Raza 2024-03-22 15:50:54 +00:00
parent 47fbbd0824
commit e1ae1ec76b

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 = ./.;
}; };