Skip to content

Commit 238d49c

Browse files
christoph00viperML
authored andcommitted
fix error in readme.md
1 parent 754ed62 commit 238d49c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ let
111111
#=> { hello = «derivation /nix/store/...»; }
112112
113113
# Add all the wrappers to systemPackages:
114-
environment.systemPackages = [ ] ++ (builtins.attrValues wm-eval-config.build.packages);
114+
environment.systemPackages = [ ] ++ (builtins.attrValues wm-eval.config.build.packages);
115115
# or using the bundle:
116116
environment.systemPackages = [ wm-eval.config.build.toplevel ];
117117
@@ -203,4 +203,4 @@ https://github.com/viperML/wrapper-manager/issues
203203
.VPDoc .wm-logo {
204204
display: none;
205205
}
206-
</style>
206+
</style>

0 commit comments

Comments
 (0)