Update version
This commit is contained in:
parent
2660a249e7
commit
e85e70e1fc
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ 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 ] ./.;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue