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

@ -7,4 +7,3 @@ stdenv.mkDerivation rec {
buildPhase = "echo echo Hello World > example";
installPhase = "install -Dm755 example $out";
}