From 5bb5fede00a043988a699e1b4be10b8819fd6b6b Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Tue, 7 Jan 2025 22:07:13 +0000 Subject: [PATCH] Add installation instructions for Nix and Flox --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 01173a8..7520afc 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,18 @@ cargo binstall hanko brew install srv6d/tap/hanko ``` +## Using Nix + +``` +nix-env -f channel:nixpkgs-unstable -iA hanko +``` + +## Using Flox + +``` +flox install hanko +``` + ## Using Docker From scratch docker images are [built](https://github.com/SRv6d/hanko/blob/main/Dockerfile) and attested in CI for every release and are available through the GitHub container registry for this repository.