From 18f2c4204e360a4a4756f940a8bb2d883c249de9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 16 Aug 2026 18:43:20 +0900 Subject: [PATCH] all: remove nix mentions Hakurei is no longer developed on nixos, and the nix deployment method has been removed upstream. This change updates the website to reflect these changes. --- static/index.html | 10 +--------- static/install.html | 3 --- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/static/index.html b/static/index.html index 1ac36402..4c4ee420 100644 --- a/static/index.html +++ b/static/index.html @@ -82,9 +82,7 @@

Official releases are available via Gitea - and documentation for the included NixOS module can be found - here.

+ .

@@ -107,12 +105,6 @@ on the system; however, if all apps are spawned by Hakurei and the rest of the system is sufficiently secured, enabling unprivileged user namespace creation should not increase attack surface whatsoever.

- -

While Hakurei is primarily developed on NixOS and relies on Nix for its - integration test suite, it does not target NixOS or make assumptions that are - only true on NixOS. Unfortunately, mistakes do happen semi-often as the - architecture of NixOS can often hide bugs and assumptions. Please report such anomalies if you encounter them.

diff --git a/static/install.html b/static/install.html index 18d857d6..3090cb5c 100644 --- a/static/install.html +++ b/static/install.html @@ -37,9 +37,6 @@

Hakurei can be installed to almost any Linux-based operating system by running install.sh from a release tarball found here. - With that said, the current easiest method for using Hakurei with desktop apps would be - via the companion NixOS module.

We strongly recommend using one of the official installation methods. Third party installation guides tend to be out-of-date and often contain misguided advice and