mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 19:46:17 +01:00
8 lines
197 B
Nix
8 lines
197 B
Nix
|
{inputs, ...}: {
|
||
|
flake.overlays.ifstate = final: prev: {
|
||
|
ifstate = final.python3.pkgs.callPackage ./ifstate.nix {
|
||
|
wgnlpy = final.python3.pkgs.callPackage ./wgnlpy.nix {};
|
||
|
};
|
||
|
};
|
||
|
}
|