summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate <96147421+0xperp@users.noreply.github.com>2022-09-04 14:33:01 -0400
committerYt <happysalada@proton.me>2022-09-05 16:38:12 -0400
commit000ac28e43d2090ba9e7ed84480ef4b33d5f4a25 (patch)
tree92ec6b713b16b9413957a4d6786ef6c263167754
parent5f797c16a8b973602a7961189606006b4e207a1d (diff)
updated all-packages.nix with solana-vvalidator
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c17bc68750d4..aa9039278ff4 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -32555,6 +32555,10 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) IOKit Security AppKit;
};
+ solana-validator = callPackage ../applications/blockchains/solana-validator {
+ inherit (darwin.apple_sdk.frameworks) IOKit Security AppKit;
+ };
+
snarkos = callPackage ../applications/blockchains/snarkos {
inherit (darwin.apple_sdk.frameworks) Security;
};