This commit is contained in:
2024-12-18 19:20:44 +01:00
parent ae6518f08b
commit 7ef9a0000d
2 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ This can be run on any machine. Just update and then just rerun on the targets
```bash
nix flake update
# To test
nix run home-manager -- build --flake .#root
```
```