examples/simple: explicitly set yaml.Loader

master 3.6.2
tv 3 years ago
parent 09c6cc17f0
commit 0c8de15042
  1. 2
      examples/simple.nix

@ -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/"}

Loading…
Cancel
Save