Skip to content

Instantly share code, notes, and snippets.

View eyadsibai's full-sized avatar

Eyad Sibai eyadsibai

View GitHub Profile
@eyadsibai
eyadsibai / steps.md
Last active February 5, 2022 22:02
install Mac OS X
  • sh <(curl -L https://nixos.org/nix/install)
  • mkdir -p ~/.config/nix

Enable nix-command and flakes to bootstrap

  • cat <<EOF > ~/.config/nix/nix.conf experimental-features = nix-command flakes EOF