build!: switch to Nix flake

This commit is contained in:
Khue Doan
2023-10-27 16:37:53 +07:00
parent da9afc6de0
commit 60fd8b9e9a
14 changed files with 138 additions and 96 deletions

View File

@ -11,7 +11,7 @@ Open the [tools container](../../concepts/tools-container.md), which includes al
=== "Nix"
```sh
nix-shell
nix develop
```
!!! note

View File

@ -11,7 +11,7 @@ Open the tools container if you haven't already:
=== "Nix"
```sh
nix-shell
nix develop
```
Build the lab:

View File

@ -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: