Add the security framework on darwin to the nix-shell

This commit is contained in:
Graham Christensen 2017-12-25 20:38:27 -05:00
parent 36896492eb
commit 90a25627a6
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -30,7 +30,7 @@ let
carnix
openssl.dev
pkgconfig
];
] ++ (lib.optional stdenv.isDarwin pkgs.darwin.Security);
HISTFILE = "${toString ./.}/.bash_hist";
passthru.phpEnv = phpEnv;