Updated roam backup

This commit is contained in:
2026-06-07 01:27:09 +03:00
parent 2254fd419d
commit 1adc0439ea
4 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ nix build .#formatter.x86_64-linux
### Deploying
```bash
# Rebuild the azos environment for lauretta (this machine) — use this when asked to "rebuild"
sudo nixos-rebuild switch --flake '.?submodules=1#lauretta'
azos-lauretta-update
nix flake update --flake '.?submodules=1' # Update all inputs
nix flake lock --flake '.?submodules=1' --update-input X # Update specific input
```