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

This reverts commit 408683f99b.
This commit is contained in:
2026-08-16 21:15:22 +02:00
parent 408683f99b
commit a82835c0d7
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 = "nightly-${src.rev}";
version = src.rev;
src = src;
cargoLock = sources.neovide.cargoLock."Cargo.lock";