mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
add copy/pastable build command for the nixos config
This commit is contained in:
parent
56e5b43122
commit
01b7193fe9
1 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,11 @@ Consider the nixos configuration in this repo:
|
|||
|
||||
These represent an example, minimal NixOS system configuration.
|
||||
|
||||
The easiest way to build it, without cloning this repo:
|
||||
```
|
||||
nix build 'github:colemickens/nixos-flake-example#nixosConfigurations.mysystem.config.system.build.toplevel'
|
||||
```
|
||||
|
||||
Let's prove that we can build this config, with and without flakes:
|
||||
|
||||
* Using `nixos-rebuild`:
|
||||
|
|
Loading…
Reference in a new issue