nix-helpers: a059cce99e5a60bd9ceef6dcab8a19d539de29b9

     1: { nixpkgs-lib, stripOverrides }:
     2: 
     3: with {
     4:   removeRecurseForDerivations = nixpkgs-lib.filterAttrsRecursive
     5:     (k: _: k != "recurseForDerivations");
     6: };
     7: x: removeRecurseForDerivations (stripOverrides x)

Generated by git2html.