mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 01:30:48 +03:00
doc: fix syntax of example
This commit is contained in:
parent
7ebd7d741d
commit
d13c6d3bb7
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ The agenix CLI uses `rage` by default as its age implemenation, you
|
|||
can use the reference implementation `age` with Flakes like this:
|
||||
|
||||
```nix
|
||||
{pkgs,agenix,..}:{
|
||||
{pkgs,agenix,...}:{
|
||||
environment.systemPackages = [
|
||||
(agenix.defaultPackage.x86_64-linux.override { ageBin = "${pkgs.age}/bin/age"; })
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue