8 lines
116 B
Markdown
8 lines
116 B
Markdown
|
# NixOS from scratch
|
||
|
|
||
|
My attempt to bootstrap a build environment in nix.
|
||
|
|
||
|
```
|
||
|
nix build -f busybox.nix busybox
|
||
|
```
|