mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 10:06:13 +01:00
8 lines
145 B
Nix
8 lines
145 B
Nix
|
{inputs, ...}: {
|
||
|
flake.overlays.microvmp = final: prev: {
|
||
|
microvmp =
|
||
|
final.python3.pkgs.callPackage ./microvmp.nix {
|
||
|
};
|
||
|
};
|
||
|
}
|