From 512fd154bdff97da0e67a9c99d8f40a2891ad398 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 2 Sep 2021 17:10:03 +0800 Subject: [PATCH] nix: Use lib in place of deprecated stdenv.lib --- nix/rustPlatform.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/rustPlatform.nix b/nix/rustPlatform.nix index 4cd0640..803f204 100644 --- a/nix/rustPlatform.nix +++ b/nix/rustPlatform.nix @@ -10,7 +10,7 @@ let ]; rustChannel = lib.rustLib.fromManifestFile rustManifest { - inherit stdenv fetchurl patchelf; + inherit stdenv lib fetchurl patchelf; }; rust = rustChannel.rust.override {