Skip to content

Instantly share code, notes, and snippets.

@eyadsibai
Last active February 5, 2022 22:02
Show Gist options
  • Save eyadsibai/edcbc2eab29d051c486793dbd8911182 to your computer and use it in GitHub Desktop.
Save eyadsibai/edcbc2eab29d051c486793dbd8911182 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment