Skip to content

Commit

Permalink
Update nixos.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Dec 16, 2023
1 parent c646b11 commit 8de0976
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/linux/nixos.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

- get path to nix repository: `nix-instantiate --eval -E '<nixpkgs>'` - also see [Nix Search Paths](https://nixos.org/guides/nix-pills/nix-search-paths.html)
- list available profiles: `nix-env --list-generations --profile /nix/var/nix/profiles/system`
- update the system
- `nix-channel --update`
- `nixos-rebuild switch`

## Installation

Expand Down

0 comments on commit 8de0976

Please sign in to comment.