From 7b58a50738a47088c9365f6b474f51993982704b Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Mon, 5 Feb 2024 16:47:19 -0500 Subject: [PATCH] fix(blog/nix): nixos switch command --- content/blog/20231030-hello_nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/20231030-hello_nix.md b/content/blog/20231030-hello_nix.md index cc95d89..4b1386c 100644 --- a/content/blog/20231030-hello_nix.md +++ b/content/blog/20231030-hello_nix.md @@ -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.