diff --git a/flake.nix b/flake.nix index 14e85a2..efda579 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ nixpkgs.rustPlatform.buildRustPackage { pname = cargoToml.package.name; - version = cargoToml.package.version; + version = inputs.self.sourceInfo.rev; src = inputs.self.sourceInfo; cargoLock.lockFile = ./Cargo.lock; NIX_BUILD_CORES = 0;