lib: fix stdenv

This commit is contained in:
Gabriel Arazas 2025-02-28 14:53:34 +08:00
parent 1ce3860ad8
commit 72b6d22f71
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -24,7 +24,7 @@ in pkgs.lib.makeExtensible (self:
# developer-oriented dependencies.
stdenv = with pkgs;
[ direnv cookiecutter oils-for-unix nushell ipcalc ]
++ lib.optional stdenv.isLinux [
++ lib.optionals stdenv.isLinux [
gdb
moreutils
meson