mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 06:32:21 +03:00
format
This commit is contained in:
parent
a0c32a2333
commit
f10b945a53
@ -1,9 +1,6 @@
|
||||
{
|
||||
lib ? import <nixpkgs/lib>,
|
||||
...
|
||||
}: let
|
||||
{lib ? import <nixpkgs/lib>, ...}: let
|
||||
findCyclesTests = import ./findCycles.nix {inherit lib;};
|
||||
sanitizeGraphTests = import ./sanitizeGraph.nix {inherit lib;};
|
||||
in {
|
||||
inherit findCyclesTests sanitizeGraphTests;
|
||||
}
|
||||
inherit findCyclesTests sanitizeGraphTests;
|
||||
}
|
||||
|
@ -1,7 +1,4 @@
|
||||
{
|
||||
lib ? import <nixpkgs/lib>,
|
||||
...
|
||||
}: let
|
||||
{lib ? import <nixpkgs/lib>, ...}: let
|
||||
utils = import ../../../lib/internal/graphUtils.nix {inherit lib;};
|
||||
in {
|
||||
test_simple = {
|
||||
|
@ -1,7 +1,4 @@
|
||||
{
|
||||
lib ? import <nixpkgs/lib>,
|
||||
...
|
||||
}: let
|
||||
{lib ? import <nixpkgs/lib>, ...}: let
|
||||
util = import ../../../lib/internal/graphUtils.nix {inherit lib;};
|
||||
in {
|
||||
test_simple = {
|
||||
|
Loading…
Reference in New Issue
Block a user