Skip to content

Commit 2004bf0

Browse files
fschn90Mic92
authored andcommitted
fixed typo: pkgs was never an input in marker.nix in the first place
1 parent de485fc commit 2004bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/module-system/deep-dive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ Make the following changes to `marker.nix`:
523523

524524
```{code-block} diff
525525
:caption: marker.nix
526-
-{ pkgs, lib, config, ... }: {
527-
+{ pkgs, lib, config, ... }:
526+
-{ lib, config, ... }: {
527+
+{ lib, config, ... }:
528528
+let
529529
+ markerType = lib.types.submodule {
530530
+ options = {

0 commit comments

Comments
 (0)