Loading pkgs/servers/mobilizon/common.nix +0 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,4 @@ }) ]; }; } pkgs/servers/mobilizon/default.nix +2 −7 Original line number Diff line number Diff line { lib , callPackage , writeShellScriptBin , writeText , beamPackages , yarn2nix , mix2nix , fetchFromGitLab , fetchFromGitHub , fetchgit , fetchurl , git , cmake , nixosTests Loading @@ -16,7 +11,7 @@ }: let inherit (beamPackages) mixRelease buildMix buildRebar3 fetchHex; inherit (beamPackages) mixRelease buildMix; common = callPackage ./common.nix { }; in mixRelease rec { Loading Loading @@ -59,7 +54,7 @@ mixRelease rec { }); # The remainder are Git dependencies (and their deps) that are not supported by mix2nix currently. web_push_encryption = buildMix rec { web_push_encryption = buildMix { name = "web_push_encryption"; version = "0.3.1"; src = fetchFromGitHub { Loading Loading
pkgs/servers/mobilizon/common.nix +0 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,4 @@ }) ]; }; }
pkgs/servers/mobilizon/default.nix +2 −7 Original line number Diff line number Diff line { lib , callPackage , writeShellScriptBin , writeText , beamPackages , yarn2nix , mix2nix , fetchFromGitLab , fetchFromGitHub , fetchgit , fetchurl , git , cmake , nixosTests Loading @@ -16,7 +11,7 @@ }: let inherit (beamPackages) mixRelease buildMix buildRebar3 fetchHex; inherit (beamPackages) mixRelease buildMix; common = callPackage ./common.nix { }; in mixRelease rec { Loading Loading @@ -59,7 +54,7 @@ mixRelease rec { }); # The remainder are Git dependencies (and their deps) that are not supported by mix2nix currently. web_push_encryption = buildMix rec { web_push_encryption = buildMix { name = "web_push_encryption"; version = "0.3.1"; src = fetchFromGitHub { Loading