diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-12T23·35+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-08-13T23·02+0100 |
commit | 3939722063f3d08a547fa98e17aac609f7f765ac (patch) | |
tree | b8bc2fb7d7bdc8e78a92a79ff58d336deca10de8 /tools/nixery/docs | |
parent | 6285cd8dbfb77c287fc5b30263bbfd5770b47413 (diff) |
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.
Diffstat (limited to 'tools/nixery/docs')
-rw-r--r-- | tools/nixery/docs/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/nixery/docs/default.nix b/tools/nixery/docs/default.nix index 6a31be4fd4e0..aae2fdde42a5 100644 --- a/tools/nixery/docs/default.nix +++ b/tools/nixery/docs/default.nix @@ -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 |