hotfix: change flake pname
This commit is contained in:
parent
c46f417ecd
commit
c456994260
|
@ -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 = ./.;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue