nix-helpers: 5ac286b08ebce5b3e2cee28f12a4a5521f77382b

     1: # Avoid passAsFile since 'unstable.runCommand' suffers an issue similar to
     2: # https://github.com/NixOS/nixpkgs/issues/16742
     3: { runCommand }:
     4: 
     5: name: env:
     6: runCommand name ({ passAsFile = [ ]; } // env)

Generated by git2html.