Initial Commit
This commit is contained in:
14
default.nix
Normal file
14
default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ 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=";
|
||||
};
|
||||
|
||||
ELIXIR_MAKE_CACHE_DIR = "/tmp/.elixir-make-cache";
|
||||
}
|
||||
Reference in New Issue
Block a user