From 1a75293a720b8475aa4e9860e6f7116606f6d1ad Mon Sep 17 00:00:00 2001 From: Gavin John Date: Wed, 28 Feb 2024 12:47:45 -0600 Subject: [PATCH] Update installation instructions for nixos --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1eb9f3c..010fd2c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -335,8 +335,9 @@ On Navy Linux 8: Install on NixOS ---------------- -Use [Docker](README.md#docker) or [Flatpak](README.md#flatpak). +`hw-probe` is available in nixpkgs: + nix-shell -p hw-probe --command "sudo -E hw-probe -all -upload" Install on OpenMandriva -----------------------