my dumbass used builtins.trace wrong
This commit is contained in:
parent
294b4a05ba
commit
d83d7f7f54
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ in {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
overlays = builtins.trace importOverlays;
|
overlays = builtins.trace "overlays:" importOverlays;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue