mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-26 22:31:39 +03:00
6 lines
142 B
Nix
6 lines
142 B
Nix
{lib ? import <nixpkgs/lib>, ...}: let
|
|
sanitizeGraphTests = import ./sanitizeGraph.nix {inherit lib;};
|
|
in {
|
|
inherit sanitizeGraphTests;
|
|
}
|