1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-05 16:17:47 +00:00

README.md: make niv path less weird

This commit is contained in:
Jörg Thalheim 2020-07-23 07:11:43 +01:00
parent 04a2eaf220
commit c8eaa32f00
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -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