mirror of
https://github.com/isabelroses/nvim.git
synced 2025-04-09 13:29:34 +00:00
chore: don't use lib.getBin
This commit is contained in:
parent
31e41714f8
commit
976582055c
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-uZsLlFU9GKLvFllF7Kf5Q7HfN26KQojf4rvOb9p7Rjs=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
(lib.getBin nix)
|
||||
];
|
||||
nativeBuildInputs = [ nix ];
|
||||
|
||||
env.CFG_RELEASE = version;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue