The nixos.org website suggests to use:
sh <(curl -L https://nixos.org/nix/install)For macOS on Intel (x86_64) or Apple Silicon (arm64) based macs, we need to use
sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume| #!/usr/bin/env cabal | |
| {- cabal: | |
| build-depends: base, containers, lens | |
| -} | |
| {-# LANGUAGE BlockArguments #-} | |
| {-# LANGUAGE ImportQualifiedPost #-} | |
| {-# LANGUAGE RankNTypes #-} | |
| {-# LANGUAGE TemplateHaskell #-} |
| # The GHC team announced the first release candidate for the 9.0.1 release of | |
| # GHC: https://discourse.haskell.org/t/glasgow-haskell-compiler-9-0-1-rc1-now-available/1706 | |
| # | |
| # This is an example `stack.yaml` file that you can use to try out the release | |
| # candidate. Save this file in your current directory and run `stack setup`. | |
| # After that you should be able to use Stack as normal, including | |
| # `stack exec ghci` and `stack build`. | |
| # | |
| # If for whatever reason you don't want to use Stack, you can download the | |
| # official release tarballs at: https://downloads.haskell.org/ghc/9.0.1-rc1/ |
The nixos.org website suggests to use:
sh <(curl -L https://nixos.org/nix/install)For macOS on Intel (x86_64) or Apple Silicon (arm64) based macs, we need to use
sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volumeUpdated: Just use qutebrowser (and disable javascript). The web is done for.