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/build-image/go-deps.nix | |
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/build-image/go-deps.nix')
-rw-r--r-- | tools/nixery/build-image/go-deps.nix | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/tools/nixery/build-image/go-deps.nix b/tools/nixery/build-image/go-deps.nix index 235c3c4c6dbe..0f22a7088f52 100644 --- a/tools/nixery/build-image/go-deps.nix +++ b/tools/nixery/build-image/go-deps.nix @@ -1,12 +1,10 @@ # This file was generated by https://github.com/kamilchm/go2nix v1.3.0 -[ - { - goPackagePath = "gonum.org/v1/gonum"; - fetch = { - type = "git"; - url = "https://github.com/gonum/gonum"; - rev = "ced62fe5104b907b6c16cb7e575c17b2e62ceddd"; - sha256 = "1b7q6haabnp53igpmvr6a2414yralhbrldixx4kbxxg1apy8jdjg"; - }; - } -] +[{ + goPackagePath = "gonum.org/v1/gonum"; + fetch = { + type = "git"; + url = "https://github.com/gonum/gonum"; + rev = "ced62fe5104b907b6c16cb7e575c17b2e62ceddd"; + sha256 = "1b7q6haabnp53igpmvr6a2414yralhbrldixx4kbxxg1apy8jdjg"; + }; +}] |