This commit is contained in:
parent
35002f5f2a
commit
dafb3dbb1c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue