Skip to content

Commit

Permalink
Merge pull request #244 from jopejoe1/wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-ch committed Apr 17, 2024
2 parents 60c02d0 + e3b6fcc commit 42532b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pills/01-why-you-should-give-it-a-try.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There's a lot of documentation that describes what Nix, [NixOS](https://nixos.or

## Rationale for this series

The [Nix](https://nixos.org/manual/nix), [Nixpkgs](https://nixos.org/manual/nixpkgs/), and [NixOS](https://nixos.org/manual/nixos/) manuals along with [the wiki](https://nixos.wiki/) are excellent resources for explaining how Nix/NixOS works, how you can use it, and how cool things are being done with it. However, at the beginning you may feel that some of the magic which happens behind the scenes is hard to grasp.
The [Nix](https://nixos.org/manual/nix), [Nixpkgs](https://nixos.org/manual/nixpkgs/), and [NixOS](https://nixos.org/manual/nixos/) manuals along with [the wiki](https://wiki.nixos.org/) are excellent resources for explaining how Nix/NixOS works, how you can use it, and how cool things are being done with it. However, at the beginning you may feel that some of the magic which happens behind the scenes is hard to grasp.

This series aims to complement the existing explanations from the more formal documents.

Expand Down
2 changes: 1 addition & 1 deletion pills/03-enter-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Note: `~/.nix-channels` is not a symlink to the nix store!

To update the channel run `nix-channel --update`. That will download the new Nix expressions (descriptions of the packages), create a new generation of the channels profile and unpack it under `~/.nix-defexpr/channels`.

This is quite similar to `apt-get update`. (See [this table](https://nixos.wiki/wiki/Cheatsheet) for a rough mapping between Ubuntu and NixOS package management.)
This is quite similar to `apt-get update`. (See [this table](https://wiki.nixos.org/wiki/Cheatsheet) for a rough mapping between Ubuntu and NixOS package management.)

## Conclusion

Expand Down

0 comments on commit 42532b0

Please sign in to comment.