Skip to content

Commit

Permalink
fix(blog/nix): nixos switch command
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Feb 5, 2024
1 parent 8c5fa15 commit 7b58a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/20231030-hello_nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ virtualisation.oci-containers.containers."thelounge" = {
}
```

I used `nix-build switch` to switch to the current config.
I used `nixos-rebuild switch` to switch to the current config.

I also used `nix-store --gc` to cleanup.

Expand Down

0 comments on commit 7b58a50

Please sign in to comment.