diff --git a/README.md b/README.md new file mode 100644 index 0000000..c27825b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# NixOS from scratch + +My attempt to bootstrap a build environment in nix. + +``` +nix build -f busybox.nix busybox +```