Add build vm without nixos
All checks were successful
check / check (push) Successful in 42s

This commit is contained in:
Florian RICHER 2024-10-25 11:54:57 +02:00
parent 35002f5f2a
commit dafb3dbb1c

View file

@ -54,6 +54,12 @@ sudo rm -fr /root/.cache/nix/
nixos-rebuild build-vm --cores 16 --max-jobs 1 --flake .#nixos-test
```
Or without NixOS
```
nix build .#nixosConfigurations.nixos-test.config.system.build.vm
```
# Usefull links
- https://api.github.com/rate_limit