examples/simple: explicitly set yaml.Loader
This commit is contained in:
@@ -31,7 +31,7 @@ in {
|
|||||||
- some
|
- some
|
||||||
- random
|
- random
|
||||||
- variables
|
- variables
|
||||||
"""))
|
""", Loader=yaml.Loader))
|
||||||
'';
|
'';
|
||||||
sed = pkgs.writeDash "sed-example" ''
|
sed = pkgs.writeDash "sed-example" ''
|
||||||
echo hello | ${pkgs.writeSed "hello-world" "s/hello/& world/"}
|
echo hello | ${pkgs.writeSed "hello-world" "s/hello/& world/"}
|
||||||
|
|||||||
Reference in New Issue
Block a user