module: fix typo pkgs -> lib

This commit is contained in:
matthewcroughan 2024-05-22 12:26:40 +01:00 committed by mergify[bot]
parent d957a010f8
commit 23c63fb093

View file

@ -23,7 +23,7 @@ in
extra shell code to execute once the disk image(s) have been succesfully created and moved to $out
'';
default = "";
example = pkgs.literalExpression ''
example = lib.literalExpression ''
''${pkgs.zstd}/bin/zstd --compress $out/*raw
rm $out/*raw
'';