lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

convoy: init at 0.5.0

+28
+26
pkgs/tools/filesystems/convoy/default.nix
··· 1 + # This file was generated by go2nix. 2 + { stdenv, buildGoPackage, fetchFromGitHub, devicemapper }: 3 + 4 + buildGoPackage rec { 5 + name = "convoy-${version}"; 6 + version = "0.5.0"; 7 + 8 + goPackagePath = "github.com/rancher/convoy"; 9 + 10 + src = fetchFromGitHub { 11 + rev = "v${version}"; 12 + owner = "rancher"; 13 + repo = "convoy"; 14 + sha256 = "0ihy0cfq7sa2wml904ajwr165hx2mas3jb1bqk3i0m4fg1lx1xw1"; 15 + }; 16 + 17 + buildInputs = [devicemapper]; 18 + 19 + meta = with stdenv.lib; { 20 + homepage = https://github.com/rancher/convoy; 21 + description = "A Docker volume plugin, managing persistent container volumes."; 22 + license = licenses.asl20; 23 + maintainers = with maintainers; [ offline ]; 24 + platforms = platforms.linux; 25 + }; 26 + }
+2
pkgs/top-level/all-packages.nix
··· 1278 1278 1279 1279 convmv = callPackage ../tools/misc/convmv { }; 1280 1280 1281 + convoy = callPackage ../tools/filesystems/convoy { }; 1282 + 1281 1283 cool-retro-term = qt55.callPackage ../applications/misc/cool-retro-term { }; 1282 1284 1283 1285 coreutils = callPackage ../tools/misc/coreutils {