Page MenuHomePhorge

shell.nix
No OneTemporary

Size
221 B
Referenced Files
None
Subscribers
None

shell.nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [ pkg-config libsodium libossp_uuid openssl.dev];
shellHook = ''
export CC="ccache clang"
export MACOSX_DEPLOYMENT_TARGET="15.0"
'';
}

File Metadata

Mime Type
text/plain
Expires
Wed, Jun 17, 1:31 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
520473
Default Alt Text
shell.nix (221 B)

Event Timeline