Remove empty dependencies and related file
This commit is contained in:
parent
c7e01acef2
commit
8faa916ba4
|
@ -13,8 +13,6 @@ buildGoPackage rec {
|
||||||
sha256 = "1xb88xjyyrdmjcgfv7fqdkv1ip3dpzsdif5vm7vkqvn83s5wj5df";
|
sha256 = "1xb88xjyyrdmjcgfv7fqdkv1ip3dpzsdif5vm7vkqvn83s5wj5df";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Docker credential helper for GCR (https://gcr.io) users";
|
description = "A Docker credential helper for GCR (https://gcr.io) users";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
|
||||||
[
|
|
||||||
]
|
|
Loading…
Reference in New Issue