chore: don't use lib.getBin

This commit is contained in:
isabel 2025-03-13 14:14:56 +00:00
parent 31e41714f8
commit 976582055c
No known key found for this signature in database
GPG key ID: 3E7C7A1B5DEDBB03

View file

@ -20,9 +20,7 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-uZsLlFU9GKLvFllF7Kf5Q7HfN26KQojf4rvOb9p7Rjs=";
nativeBuildInputs = [
(lib.getBin nix)
];
nativeBuildInputs = [ nix ];
env.CFG_RELEASE = version;