From d2709594da5a33fe23311c108f415651967c0cac Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Thu, 27 Jan 2022 23:51:32 -0500 Subject: [PATCH] . --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;