Fixed flake lock submodule things

This commit is contained in:
2026-04-26 00:13:20 +03:00
parent 315e73c63c
commit 2d72c3e7df
3 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ nix build .#formatter.x86_64-linux
```bash
# Rebuild the azos environment for lauretta (this machine) — use this when asked to "rebuild"
sudo nixos-rebuild switch --flake '.?submodules=1#lauretta'
nix flake update # Update all inputs
nix flake lock --update-input X # Update specific input
nix flake update --flake '.?submodules=1' # Update all inputs
nix flake lock --flake '.?submodules=1' --update-input X # Update specific input
```
> **Note**: When the user asks to "rebuild", they mean rebuilding the lauretta environment with the command above — NOT building the VM.