feat: bump nvfetcher lock + make versioning nightly + rev instead of just rev for easy distinction

This commit is contained in:
2026-08-16 21:12:47 +02:00
parent 89b93abc37
commit 408683f99b
4 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -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";