nix-helpers: 9319f6dacd0859eacfca58482a363067a6c9a79c

     1: { dummyWithEnv, lib }:
     2: 
     3: with builtins;
     4: with lib;
     5: x:
     6: typeOf x == "path" || (typeOf x == "string" && hasPrefix "/" x)

Generated by git2html.