From 1c341a85e2cd51c67d870dd7902b67cbf80a37ab Mon Sep 17 00:00:00 2001 From: Crow Date: Thu, 22 May 2025 14:34:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7fe05..72c8630 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Directory Structure - `flake.nix` - Entrypoint for hosts and user home configurations. Also exposes - a devshell for manual bootstrapping tasks (`nix develop` or `nix-shell`). + a devshell for manual bootstrapping tasks (`nix develop`). - `hosts` - NixOS configurations accessible via `sudo nixos-rebuild switch --flake .#`. - `common` - Shared configurations consumed by the machine specific ones.