7 lines
101 B
Nix
7 lines
101 B
Nix
{
|
|
nixpkgs.overlays = [
|
|
(import ./heybrochecklog.nix)
|
|
(import ./pywalfox-native.nix)
|
|
];
|
|
}
|