diff --git a/flake.nix b/flake.nix index 2f75245..bae17f7 100644 --- a/flake.nix +++ b/flake.nix @@ -95,10 +95,12 @@ # Formatters nixfmt python311Packages.mdformat + ] ++ buildInputs ++ nativeBuildInputs + # Linux specific tools + ++ (lib.optionals pkgs.stdenv.isLinux [ # Profiling perf-tools - ] ++ buildInputs ++ nativeBuildInputs - ++ map (x: self.packages.${system}.${x}) rustPackageNames; + ]) ++ map (x: self.packages.${system}.${x}) rustPackageNames; in rec { # Main binary packages.${crateName} = naersk-lib.buildPackage {