hotfix: change flake pname
This commit is contained in:
parent
c46f417ecd
commit
c456994260
1 changed files with 1 additions and 2 deletions
|
@ -30,10 +30,9 @@
|
|||
inherit (toolchain) cargo rustc;
|
||||
})
|
||||
.buildRustPackage {
|
||||
pname = "vaporise";
|
||||
pname = "vpr";
|
||||
version = "0.2.1";
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
meta.mainProgram = "vpr";
|
||||
src = ./.;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue