From dd90dc4fb9673e196f5110523aa74efa2bda8ae8 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 21 Sep 2023 13:09:36 +0200 Subject: [PATCH] refactor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 855bfe0..b49414a 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ sudo nixos-generate-config --dir hosts/$(hostname) ```shell # Note how your shell prefix changes. -nix-shell --packages appimage-run +nix-shell -p appimage-run ``` ```shell # Inside the shell, you can run an AppImage: @@ -297,7 +297,7 @@ nix-info -m ```shell # Note how your shell prefix changes. -nix-shell --packages nix-index +nix-shell -p nix-index ``` ```shell # Either build the index manually (requires >12GB RAM):