Dan Romero
@dwr.eth
Is there a good alternative to Homebrew on macOS yet?
7 replies
0 recast
0 reaction
barton ⊛
@bmorphism
nix is the way! [nix-shell:~/Lab]$ cat shell.nix { pkgs ? import <nixpkgs> {} }: pkgs.mkShell { buildInputs = with pkgs; [ python3 poetry texlive.combined.scheme-full ]; }
0 reply
0 recast
1 reaction