mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 23:35:51 -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.
|
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:
|
Let's prove that we can build this config, with and without flakes:
|
||||||
|
|
||||||
* Using `nixos-rebuild`:
|
* Using `nixos-rebuild`:
|
||||||
|
|
Loading…
Add table
Reference in a new issue