There was an error while loading. Please reload this page.
1 parent 754ed62 commit 238d49cCopy full SHA for 238d49c
1 file changed
docs/readme.md
@@ -111,7 +111,7 @@ let
111
#=> { hello = «derivation /nix/store/...»; }
112
113
# Add all the wrappers to systemPackages:
114
- environment.systemPackages = [ ] ++ (builtins.attrValues wm-eval-config.build.packages);
+ environment.systemPackages = [ ] ++ (builtins.attrValues wm-eval.config.build.packages);
115
# or using the bundle:
116
environment.systemPackages = [ wm-eval.config.build.toplevel ];
117
@@ -203,4 +203,4 @@ https://github.com/viperML/wrapper-manager/issues
203
.VPDoc .wm-logo {
204
display: none;
205
}
206
-</style>
+</style>
0 commit comments