We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69257ee commit eea7ac6Copy full SHA for eea7ac6
ci.nix
@@ -5,7 +5,8 @@ let
5
in pkgs.buildEnv {
6
name = "ci";
7
paths = with pkgs;
8
- (pkgs.lib.optionals pkgs.stdenv.isLinux ([ libudev anchor ])) ++ [
+ (pkgs.lib.optionals pkgs.stdenv.isLinux ([ libudev ])) ++ [
9
+ anchor-0_17_0
10
anchor-parse-idls
11
12
# sdk
shell.nix
@@ -31,7 +31,7 @@ in pkgs.mkShell {
31
32
libiconv
33
34
- anchor
35
spl-token-cli
36
] ++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
37
pkgs.darwin.apple_sdk.frameworks.AppKit
0 commit comments