examples/simple: explicitly set yaml.Loader
This commit is contained in:
@@ -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/"}
|
||||
|
||||
Reference in New Issue
Block a user