examples/simple: explicitly set yaml.Loader

This commit is contained in:
tv
2022-12-12 16:16:02 +01:00
parent 09c6cc17f0
commit 0c8de15042

View File

@@ -31,7 +31,7 @@ in {
- some
- random
- variables
"""))
""", Loader=yaml.Loader))
'';
sed = pkgs.writeDash "sed-example" ''
echo hello | ${pkgs.writeSed "hello-world" "s/hello/& world/"}