Skip to content

Commit 67ba1db

Browse files
committed
examples: Fix typos in Cachix example
1 parent 077a60a commit 67ba1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/master.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
#cachix = {
6060
# name = "my-cachix";
6161
# # One of the following is required:
62-
# signingKey = "/var/lib/secrets/cachix-key";
63-
# authToken = "/var/lib/secrets/cachix-token";
62+
# signingKeyFile = "/var/lib/secrets/cachix-key";
63+
# authTokenFile = "/var/lib/secrets/cachix-token";
6464
#};
6565
};
6666

0 commit comments

Comments
 (0)