1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Specify the machine name in the readme example

This commit is contained in:
RGBCube 2023-11-23 20:53:18 +03:00 committed by GitHub
parent 948ce4770b
commit fd73772452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ Here is the script you need to run to get this working:
```sh ```sh
nix-shell -p git --command "git clone https://github.com/RGBCube/NixOSConfiguration && cd NixOSConfiguration" nix-shell -p git --command "git clone https://github.com/RGBCube/NixOSConfiguration && cd NixOSConfiguration"
nix-shell -p git nix-output-monitor nu --command "nu rebuild.nu" nix-shell -p git nix-output-monitor nu --command "nu rebuild.nu <machine-name>"
``` ```
`machine-name` is a machine selected from the machines in the `machines` directory. `machine-name` is a machine selected from the machines in the `machines` directory.