Run nixpkgs-fmt

This commit is contained in:
Spotlight 2023-09-17 09:38:02 -05:00
parent fbc1f9235f
commit aed1e3f2bf
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
7 changed files with 30 additions and 18 deletions

View file

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = [ maintainers.bdesham ];
platforms = with lib.platforms; linux ++ darwin;
hydraPlatforms = [];
hydraPlatforms = [ ];
};
}