From 436895905d19f8ef0d3258cd515052a0e540b8b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Tue, 25 Jan 2022 16:27:42 +0900 Subject: Fix the other occurrences of stdenv.lib --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 24d73043..4d95c529 100644 --- a/default.nix +++ b/default.nix @@ -51,7 +51,7 @@ pkgs.stdenv.mkDerivation { their data, there really is no alternative. ''; - platforms = pkgs.stdenv.lib.platforms.all; - maintainers = with pkgs.stdenv.lib.maintainers; [ jwiegley ]; + platforms = pkgs.lib.platforms.all; + maintainers = with pkgs.lib.maintainers; [ jwiegley ]; }; } -- cgit v1.2.3