aboutsummaryrefslogtreecommitdiff
path: root/scripts/p7s/newsboat.py
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-04-26 18:12:45 +0200
committeralexpdp7 <alex@corcoles.net>2025-04-26 18:27:22 +0200
commit63a77d4fcabe403ee6688384b4a71bc9dc81e737 (patch)
treed21daf57ae96d7b1c8d564b81b02177c508becaa /scripts/p7s/newsboat.py
parent91e9af4495a9317b1186375f247324a72f0ee011 (diff)
Update scripts
- Remove Bitwarden download, ubpkg can do it - Remove newsboat, zfs scripts - Remove appdirs - Migrate to new Bitwarden server - Some fixes
Diffstat (limited to 'scripts/p7s/newsboat.py')
-rw-r--r--scripts/p7s/newsboat.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/p7s/newsboat.py b/scripts/p7s/newsboat.py
deleted file mode 100644
index ac88ae1d..00000000
--- a/scripts/p7s/newsboat.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import os
-import sys
-
-
-def main():
- env = os.environ.copy()
- env["LOCALE_ARCHIVE"] = "/usr/lib/locale/locale-archive"
- os.execve("/home/alex/.local/bin/nix-portable", ("nix-portable", "nix", "shell", "nixpkgs#newsboat", "-c", "newsboat"), env)