apply treefmt

This commit is contained in:
Jörg Thalheim 2023-05-20 09:12:19 +02:00
parent 0bf780a408
commit 975713d4c4
4 changed files with 36 additions and 38 deletions

View File

@ -135,7 +135,7 @@ tested. Additionally, the `--review` flag can be used to
initiate a run of [nixpkgs-review](https://github.com/Mic92/nixpkgs-review), which will ensure all initiate a run of [nixpkgs-review](https://github.com/Mic92/nixpkgs-review), which will ensure all
dependent packages can be built. In order to ensure consistent dependent packages can be built. In order to ensure consistent
formatting, the `--format` flag will invoke formatting, the `--format` flag will invoke
[nixpkgs-fmt](<https://github.com/nix-community/nixpkgs-fmt>). [nixpkgs-fmt](https://github.com/nix-community/nixpkgs-fmt).
```console ```console
# Also runs nix-build # Also runs nix-build

View File

@ -6,4 +6,3 @@
}, },
"lockFileMaintenance": { "enabled": true } "lockFileMaintenance": { "enabled": true }
} }

View File

@ -1,5 +1,4 @@
{ lib { fetchFromGitHub
, fetchFromGitHub
, buildNpmPackage , buildNpmPackage
}: }:

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gamin }: { stdenv, fetchurl, gamin }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fileschanged"; pname = "fileschanged";