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));
|
||||
*/
|
||||
a = builtins.trace (lib.filesystem.listFilesRecursive ./.) null;
|
||||
c = builtins.trace ../../../overlays;
|
||||
in {
|
||||
nix = {
|
||||
settings = {
|
||||
|
@ -28,6 +29,7 @@ in {
|
|||
'';
|
||||
};
|
||||
b = a;
|
||||
d = c;
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue