From 7bb7c59b1e7652119eea0f0c3e8b74f66558d1ff Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 17 Mar 2023 19:08:44 -0400 Subject: [PATCH] docs: add readme for nix support (#52) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0db52f9b7c6..c37be3dd95b 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,10 @@ System updates are image-based and automatic. Applications are logically seperat - [kind](https://kind.sigs.k8s.io/) - Run a Kubernetes cluster on your machine. Do a `kind create cluster` on the host to get started! - [kubectl](https://kubernetes.io/docs/reference/kubectl/) - Administer Kubernetes Clusters - [Podman-Docker](https://github.com/containers/podman) - Automatically aliases the `docker` command to `podman` +- Nix-powered Development Experience (Alpha) + - Powered by [Zero-to-Nix](https://zero-to-nix.com/) - thanks Determinate Systems! + - Run `/usr/bin/ublue-nix-installer` to get started + - This feature is experimental and not considered ready for production. It is for experienced users only, here be dragons - Quality of Life Improvements - systemd shutdown timers adjusted to 15 seconds - udev rules for game controllers included out of the box