From c8eaa32f0016a49435993ddf62911958d030d3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 23 Jul 2020 07:11:43 +0100 Subject: [PATCH] README.md: make niv path less weird --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e630a..f8319b7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ key management APIs such as AWS KMS, GCP KMS, Azure Key Vault or Hashicorp's vau ```nix { - imports = [ "${(import ../../nix/sources.nix).sops-nix}/modules/sops" ]; + imports = [ "${(import ./nix/sources.nix).sops-nix}/modules/sops" ]; } ``` - Install via nix-channel