nix-files/pkgs/additional/rtl8723cs-wowlan/default.nix

14 lines
168 B
Nix

{ static-nix-shell
, iw
, wirelesstools
}:
static-nix-shell.mkPython3Bin {
pname = "rtl8723cs-wowlan";
src = ./.;
pkgs = {
inherit iw wirelesstools;
};
}