Update version
This commit is contained in:
parent
2660a249e7
commit
e85e70e1fc
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ rustPlatform, nix-gitignore }:
|
{ rustPlatform, nix-gitignore }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
name = "REPLACE-THIS";
|
name = "markout";
|
||||||
version = "v99999.99999";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = nix-gitignore.gitignoreSource [ ./.gitignore ] ./.;
|
src = nix-gitignore.gitignoreSource [ ./.gitignore ] ./.;
|
||||||
|
|
||||||
cargoLock = {lockFile = ./Cargo.lock;};
|
cargoLock = { lockFile = ./Cargo.lock; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue