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 =
lib.rustLib.fromManifestFile rustManifest {
inherit stdenv fetchurl patchelf;
inherit stdenv lib fetchurl patchelf;
};
rust =
rustChannel.rust.override {