kicad: reformat with nixpkgs-fmt
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{ lib, stdenv, cmake, gettext
|
||||
, fetchFromGitHub, fetchFromGitLab
|
||||
, version, libSources
|
||||
{ lib
|
||||
, stdenv
|
||||
, cmake
|
||||
, gettext
|
||||
, fetchFromGitHub
|
||||
, fetchFromGitLab
|
||||
, version
|
||||
, libSources
|
||||
}:
|
||||
|
||||
# callPackage libraries {
|
||||
@@ -33,7 +38,7 @@ let
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
# the 3d models are a ~1 GiB download and occupy ~5 GiB in store.
|
||||
# this would exceed the hydra output limit
|
||||
hydraPlatforms = if (name == "packages3d" ) then [ ] else platforms;
|
||||
hydraPlatforms = if (name == "packages3d") then [ ] else platforms;
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user