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

This commit is contained in:
2026-08-16 21:19:00 +02:00
parent 30ebf85dd6
commit 99784e0928
4 changed files with 57 additions and 57 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";