Skip to content

Commit

Permalink
New terminal to load nix profile
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Feb 6, 2024
1 parent 9f8ddc7 commit 0b1f536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix
> [!tip] Graphical installer for [[macos]]
> The unofficial installer is also available as a graphical installer for [[macos]]. You can get get it [here](https://determinate.systems/posts/graphical-nix-installer).
After installing Nix, run the [Nix Health](https://github.com/juspay/nix-browser/tree/main/crates/nix_health) checks,
After installing Nix, open a new terminal and run the [Nix Health](https://github.com/juspay/nix-browser/tree/main/crates/nix_health) checks,

```sh
nix run nixpkgs#nix-health
Expand All @@ -34,4 +34,4 @@ Checkout [[nix-first]] and

[^official]: You *can* use [the official installer](https://nixos.org/download). However, there are a couple of manual steps necessary:
- As it [does not yet](https://discourse.nixos.org/t/anyone-up-for-picking-at-some-nix-onboarding-improvements/13152/4) include an uninstaller, you will have to manually uninstall Nix when the time comes ([[macos-upgrade|example]]).
- As it does not automatically enable [[flakes]], you will have to [manually enable it](https://nixos.wiki/wiki/Flakes).
- As it does not automatically enable [[flakes]], you will have to [manually enable it](https://nixos.wiki/wiki/Flakes).

0 comments on commit 0b1f536

Please sign in to comment.