mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-30 22:58:56 +07:00
build!: switch to Nix flake
This commit is contained in:
@ -11,7 +11,7 @@ Open the [tools container](../../concepts/tools-container.md), which includes al
|
||||
=== "Nix"
|
||||
|
||||
```sh
|
||||
nix-shell
|
||||
nix develop
|
||||
```
|
||||
|
||||
!!! note
|
||||
|
@ -11,7 +11,7 @@ Open the tools container if you haven't already:
|
||||
=== "Nix"
|
||||
|
||||
```sh
|
||||
nix-shell
|
||||
nix develop
|
||||
```
|
||||
|
||||
Build the lab:
|
||||
|
@ -37,7 +37,7 @@ Open the tools container, which includes all the tools needed:
|
||||
=== "Nix"
|
||||
|
||||
```sh
|
||||
nix-shell
|
||||
nix develop
|
||||
```
|
||||
|
||||
Build a development cluster and bootstrap it:
|
||||
|
Reference in New Issue
Block a user