style: Apply nixfmt to trivial Nix files

ALl the ones except for build-image.nix are considered trivial. On the
latter, nixfmt makes some useful changes but by-and-large it is not
ready for that code yet.
This commit is contained in:
Vincent Ambo 2019-08-13 00:35:42 +01:00 committed by Vincent Ambo
parent 6285cd8dbf
commit 3939722063
5 changed files with 21 additions and 27 deletions

View file

@ -40,12 +40,12 @@ let
};
nix-1p = fetchFromGitHub {
owner = "tazjin";
repo = "nix-1p";
rev = "3cd0f7d7b4f487d04a3f1e3ca8f2eb1ab958c49b";
owner = "tazjin";
repo = "nix-1p";
rev = "3cd0f7d7b4f487d04a3f1e3ca8f2eb1ab958c49b";
sha256 = "02lpda03q580gyspkbmlgnb2cbm66rrcgqsv99aihpbwyjym81af";
};
in runCommand "nixery-book" {} ''
in runCommand "nixery-book" { } ''
mkdir -p $out
cp -r ${./.}/* .
chmod -R a+w src