From fc1020732fd61856ae192826f3cfe7ec6a2f8b11 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 20 Sep 2022 15:46:42 +0100 Subject: [PATCH] placeholder readme --- .gitignore | 3 +++ README.md | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..738fe29 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.img +*.bin +result \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a32a3f6 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Liminix + +Līminis + Nix + +* Līminis : Latin, genitive declension of limen. "Of the threshold" +* Nix : a tool for reproducible and declarative configuration management +* Liminix : a Nix-based system for configuring consumer wifi routers + +## What is this? + +This is a reboot/restart of NixWRT: a Nix-based collection of software +tailored for domestic wifi router or IoT device devices, of the kind +that OpenWrt or DD-WRT or Gargoyle or Tomato run on. + +This is not NixOS-on-your-router: it's aimed at devices that are +underpowered for the full NixOS experience. + +## Running tests + +Assuming you have nixpkgs checked out in a peer diretory of this one, + + NIX_PATH=nixpkgs=../nixpkgs:$NIX_PATH ./run-tests.sh