stdenv.mkDerivation: remove unused variables

This commit is contained in:
Alyssa Ross
2026-01-21 18:56:45 +01:00
parent cb6aa806a7
commit 2f09c70264
-5
View File
@@ -5,10 +5,8 @@ stdenv:
let
# Lib attributes are inherited to the lexical scope for performance reasons.
inherit (lib)
any
assertMsg
attrNames
boolToString
concatLists
concatMap
concatMapStrings
@@ -17,7 +15,6 @@ let
elemAt
extendDerivation
filter
findFirst
getDev
head
imap1
@@ -199,10 +196,8 @@ let
inherit (hostPlatform)
isLinux
isDarwin
isWindows
isCygwin
isOpenBSD
isStatic
isMusl
;