mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-04 23:57:20 +00:00
README.md: make niv path less weird
This commit is contained in:
parent
04a2eaf220
commit
c8eaa32f00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue