From 6f9340c2cc23ebc876071b3aeda88abf1393ecf2 Mon Sep 17 00:00:00 2001 From: Jonas-Taha El Sesiy Date: Tue, 13 Aug 2024 13:55:01 -0700 Subject: [PATCH] Add instructions for nixpkgs to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9333a36..2f4d468 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,13 @@ You can find the latest package description for Arch users [here](https://aur.ar Contribution by [@jocelynthode](https://github.com/jocelynthode) +#### Nix +You can install the latest version from Nixpkgs ([24.05](https://search.nixos.org/packages?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=kubectl-view-secret), [unstable](https://search.nixos.org/packages?channel=unstable&show=kubectl-view-secret&from=0&size=50&sort=relevance&type=packages&query=kubectl-view-secret)) or try it via a temporary nix-shell: + +``` +nix-shell -p kubectl-view-secret +``` + ### Build from source # Clone this repository (or your fork)