nix-helpers: 5b9d51d856fe237e81d53a7ea2fc8b2a252ab77b

     1: { dummyWithEnv, setIn }:
     2: 
     3: with builtins;
     4: dummyWithEnv {
     5:   name = "setIn-test";
     6:   value = toJSON (setIn {
     7:     path = [ "x" ];
     8:     value = 1;
     9:     set = { };
    10:   });
    11: }

Generated by git2html.