From 4625cd526f56625f2eee11fd8fae12abc7a7896a Mon Sep 17 00:00:00 2001 From: Mauricio Scheffer Date: Tue, 30 Nov 2021 23:08:57 +0000 Subject: [PATCH] Fix reference to module in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e9001a..764aed0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Then add the following to your configuration.nix in the `imports` list: ```nix { - imports = [ "${(import ./nix/sources.nix).agenix}/modules/age" ]; + imports = [ "${(import ./nix/sources.nix).agenix}/modules/age.nix" ]; } ``` @@ -93,7 +93,7 @@ $ nix-channel --update url = "https://github.com/ryantm/agenix/archive/${commit}.tar.gz"; # replace this with an actual hash sha256 = "0000000000000000000000000000000000000000000000000000"; - }}/modules/age" + }}/modules/age.nix" ]; } ```