This commit is contained in:
陈浩南 2023-06-14 20:13:14 +08:00
parent 8c4a9ad35a
commit 713c220c84

View File

@ -15,11 +15,7 @@
specialArgs = { inputs = inputs.inputs; }; specialArgs = { inputs = inputs.inputs; };
modules = [{ config.nixpkgs.config.allowUnfree = true; }]; modules = [{ config.nixpkgs.config.allowUnfree = true; }];
}).pkgs; }).pkgs;
in in { mono = generic-pkgs.mono; }
{
mono = generic-pkgs.mono;
python310Packages.debugpy = generic-pkgs.python310Packages.debugpy;
}
)]; )];
}; };
}; };