Run nixpkgs-fmt .

https://github.com/nix-community/nixpkgs-fmt
This commit is contained in:
Dmitry Ivankov 2020-12-26 21:43:32 +01:00
parent 1b2d11e7d8
commit 1149a2189f
7 changed files with 12 additions and 23 deletions

View file

@ -6,7 +6,7 @@
# commands such as:
# nix-build -A mypackage
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> { } }:
{
# The `lib`, `modules`, and `overlay` names are special
@ -18,4 +18,3 @@
# some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
# ...
}