aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/simple.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple.nix b/examples/simple.nix
index 4ff3d9e..8f252e3 100644
--- a/examples/simple.nix
+++ b/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/"}