treewide: format code

This commit is contained in:
Tobias Happ 2022-10-26 12:28:02 +02:00
parent 0d984e4415
commit 4ab4767d50
5 changed files with 9 additions and 11 deletions

View file

@ -1,13 +1,13 @@
# Copyright (c) 2019-2020, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
self: super:
_self: super:
let
nixpkgs = import ./lib/nixpkgs.nix { inherit super; };
in
{
typespeed = nixpkgs.typespeed.overrideAttrs (old: {
typespeed = nixpkgs.typespeed.overrideAttrs (_old: {
patches = nixpkgs.typespeed.patches ++ [
./typespeed-no-drop-priv.patch
];