nix: Use lib in place of deprecated stdenv.lib

fix-spi-clk
Harry Ho 2021-09-02 17:10:03 +08:00
parent fbcc3778d2
commit 512fd154bd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let
]; ];
rustChannel = rustChannel =
lib.rustLib.fromManifestFile rustManifest { lib.rustLib.fromManifestFile rustManifest {
inherit stdenv fetchurl patchelf; inherit stdenv lib fetchurl patchelf;
}; };
rust = rust =
rustChannel.rust.override { rustChannel.rust.override {