aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-24 04:44:41 +0000
committerGitHub <[email protected]>2024-10-24 04:44:41 +0000
commit7e9dbc180865c4a4000c9c129cf95093390c0216 (patch)
tree8f0dda5aa42e20a41c24af69e02e7bbb0d806b5a
parentdocs(readme): link image to cider.sh (diff)
downloadcider.nix-7e9dbc180865c4a4000c9c129cf95093390c0216.tar.xz
cider.nix-7e9dbc180865c4a4000c9c129cf95093390c0216.zip
docs(readme): remove unused input from example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50bacf9..f014363 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ the provided AppImage near your Home Manager configuration. Configure and access
`cider.nix` through the `programs.cider` attribute.
```nix
-{ pkgs, config, ... }:
+{ pkgs, ... }:
{
programs.cider = {
enable = true;