huhhhhhhhhhh
This commit is contained in:
parent
ef3e6d12a5
commit
2557862e2f
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ let
|
||||||
(lib.filesystem.listFilesRecursive ../../../overlays));
|
(lib.filesystem.listFilesRecursive ../../../overlays));
|
||||||
*/
|
*/
|
||||||
a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null;
|
a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null;
|
||||||
|
c = builtins.trace ../../../overlays;
|
||||||
in {
|
in {
|
||||||
nix = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -28,6 +29,7 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
b = a;
|
b = a;
|
||||||
|
d = c;
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue