forked from nikkuss/pkgs
feat: bump nvfetcher lock + make versioning nightly + rev instead of just rev for easy distinction
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
in
|
||||
rustPlatform.buildRustPackage.override {stdenv = clangStdenv;} (finalAttrs: {
|
||||
pname = "neovide";
|
||||
version = src.rev;
|
||||
version = "nightly-${src.rev}";
|
||||
src = src;
|
||||
|
||||
cargoLock = sources.neovide.cargoLock."Cargo.lock";
|
||||
|
||||
Reference in New Issue
Block a user