mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
treewide: apply nixpkgs-fmt
This commit is contained in:
parent
241632822a
commit
7d1ed0fbaa
23 changed files with 64 additions and 61 deletions
|
|
@ -14,5 +14,5 @@
|
|||
nixpkgs.overlays = config.nixpkgs.overlays;
|
||||
home.packages = with pkgs; [ dash ];
|
||||
};
|
||||
nixpkgs.overlays = [];
|
||||
nixpkgs.overlays = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue