treewide: apply nixpkgs-fmt

This commit is contained in:
Tobias Happ 2022-09-03 17:10:19 +02:00
parent 241632822a
commit 7d1ed0fbaa
23 changed files with 64 additions and 61 deletions

View file

@ -14,5 +14,5 @@
nixpkgs.overlays = config.nixpkgs.overlays;
home.packages = with pkgs; [ dash ];
};
nixpkgs.overlays = [];
nixpkgs.overlays = [ ];
}

View file

@ -1,6 +1,6 @@
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
{ pkgs ? (import ../pkgs/lib/load-nixpkgs.nix {}) }:
{ pkgs ? (import ../pkgs/lib/load-nixpkgs.nix { }) }:
pkgs.callPackage ../pkgs/proot-termux {
stdenv = pkgs.stdenv;