remove most rdp refs

This commit is contained in:
2025-03-02 00:12:08 -05:00
parent 49f8cb54a1
commit c15e6cb082
5 changed files with 47 additions and 7 deletions

View File

@ -1,8 +1,6 @@
#!/usr/bin/env python3
import logging
from typing import Optional
from rad_development_python import bash_wrapper
from flupdt.common import bash_wrapper
import re
drv_re = re.compile(r".*(/nix/store/.*\.drv).*")