From 8b96dd41971e008a6a2527fe10c6670d2248117e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 6 Feb 2023 20:44:14 +0100 Subject: Apply statix suggestions --- devShells/nuttx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devShells/nuttx.nix') diff --git a/devShells/nuttx.nix b/devShells/nuttx.nix index 14367c6..78dd9c0 100644 --- a/devShells/nuttx.nix +++ b/devShells/nuttx.nix @@ -18,9 +18,9 @@ with nixpkgs.lib; let libc = "newlib-nano"; gcc = { - arch = arch; + inherit arch; } - // (optionalAttrs (fpu != null) {fpu = fpu;}); + // (optionalAttrs (fpu != null) {inherit fpu;}); }; }; in -- cgit v1.2.3