mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
module: fix typo pkgs -> lib
This commit is contained in:
parent
d957a010f8
commit
23c63fb093
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue