Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binaries for MacOS please #73

Open
kvolkovich-sc opened this issue Aug 14, 2019 · 2 comments
Open

Binaries for MacOS please #73

kvolkovich-sc opened this issue Aug 14, 2019 · 2 comments

Comments

@kvolkovich-sc
Copy link

No description provided.

@avanov
Copy link

avanov commented Mar 17, 2020

Is there a complete derivation to build/fetch binaries from Nix/nixpkgs?

@devloic
Copy link

devloic commented Apr 16, 2023

Building vaultenv on macos was quite easy for me on x86_64 with xcode installed

install stack: ( https://docs.haskellstack.org/en/stable/install_and_upgrade/ )
curl -sSL https://get.haskellstack.org/ | sh

install nix: (https://nixos.org/download.html#nix-install-macos)
sh <(curl -L https://nixos.org/nix/install)

clone vaultenv:
git clone https://github.com/channable/vaultenv.git

build with stack:
cd vaultenv
stack setup
(ignore error messages)
stack build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants