forked from DGNum/liminix
placeholder readme
This commit is contained in:
parent
83d576fb58
commit
fc1020732f
2 changed files with 25 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
*.img
|
||||
*.bin
|
||||
result
|
22
README.md
Normal file
22
README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue