Skip to content

Commit 479aead

Browse files
authored
docs(lib.evalPackage): improve description (#191)
1 parent b8a7426 commit 479aead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/lib.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ in
8686
{ inherit pkgs; }
8787
({ pkgs, wlib, lib, ... }: {
8888
imports = [ wlib.modules.default ];
89-
package = pkgs.yourpackage;
90-
flags."--config" = ./idk;
89+
package = pkgs.hello;
90+
flags."--greeting" = "greetings!";
9191
})
9292
])
9393
(wlib.evalPackage [

0 commit comments

Comments
 (0)