Macos build
This commit is contained in:
29
default.nix
29
default.nix
@@ -1,14 +1,21 @@
|
||||
{ lib, self, mixRelease, fetchMixDeps, elixir }: mixRelease rec {
|
||||
pname = "sso_bsn";
|
||||
version = "0.0.1";
|
||||
{
|
||||
lib,
|
||||
self,
|
||||
mixRelease,
|
||||
fetchMixDeps,
|
||||
elixir,
|
||||
}:
|
||||
mixRelease rec {
|
||||
pname = "sso_bsn";
|
||||
version = "0.0.1";
|
||||
|
||||
inherit elixir;
|
||||
src = self;
|
||||
mixFodDeps = fetchMixDeps {
|
||||
pname = "mix-deps-${pname}";
|
||||
inherit version src;
|
||||
sha256 = "sha256-hQlMy0e1Kv2zBXYCiNHYlIO0N00wuIW8B+ZlsEMTSy0=";
|
||||
};
|
||||
inherit elixir;
|
||||
src = self;
|
||||
mixFodDeps = fetchMixDeps {
|
||||
pname = "mix-deps-${pname}";
|
||||
inherit version src;
|
||||
sha256 = "sha256-hQlMy0e1Kv2zBXYCiNHYlIO0N00wuIW8B+ZlsEMTSy0=";
|
||||
};
|
||||
|
||||
ELIXIR_MAKE_CACHE_DIR = "/tmp/.elixir-make-cache";
|
||||
ELIXIR_MAKE_CACHE_DIR = "/tmp/.elixir-make-cache";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user