diff options
Diffstat (limited to 'pkgs/crypto/cardano')
-rw-r--r-- | pkgs/crypto/cardano/daedalus.json | 15 | ||||
-rw-r--r-- | pkgs/crypto/cardano/default.nix | 2 |
2 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/crypto/cardano/daedalus.json b/pkgs/crypto/cardano/daedalus.json new file mode 100644 index 00000000..5bb72f49 --- /dev/null +++ b/pkgs/crypto/cardano/daedalus.json | |||
@@ -0,0 +1,15 @@ | |||
1 | { | ||
2 | "tag": "0.12.1", | ||
3 | "meta": { | ||
4 | "name": "daedalus", | ||
5 | "url": "https://github.com/input-output-hk/daedalus", | ||
6 | "branch": "refs/tags/0.12.1" | ||
7 | }, | ||
8 | "github": { | ||
9 | "owner": "input-output-hk", | ||
10 | "repo": "daedalus", | ||
11 | "rev": "1276852b9a766d9fd4cda10561254f1a8ddd33ed", | ||
12 | "sha256": "0jf6ibwf0r4587g1ixq6zvi40kzwy137jgay5136yfbg15xw14k2", | ||
13 | "fetchSubmodules": true | ||
14 | } | ||
15 | } | ||
diff --git a/pkgs/crypto/cardano/default.nix b/pkgs/crypto/cardano/default.nix new file mode 100644 index 00000000..5d08eda3 --- /dev/null +++ b/pkgs/crypto/cardano/default.nix | |||
@@ -0,0 +1,2 @@ | |||
1 | { runCommand, mylibs }: | ||
2 | runCommand "empty" { preferLocalBuild = true; } "mkdir -p $out" | ||