From 649e6db8259fe5d5cc0b712c974fa16f6629206f Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 1 Aug 2025 20:29:54 +0200 Subject: Run senpai through nix-portable --- scripts/p7s/senpai.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/p7s/senpai.py (limited to 'scripts/p7s/senpai.py') diff --git a/scripts/p7s/senpai.py b/scripts/p7s/senpai.py new file mode 100644 index 00000000..60629879 --- /dev/null +++ b/scripts/p7s/senpai.py @@ -0,0 +1,6 @@ +#!/usr/bin/python3 +import os, shutil, subprocess, sys + +def main(): + os.environ["NP_RUNTIME"] = "bwrap" + sys.exit(subprocess.run([shutil.which("nix-portable"), "nix", "run", "nixpkgs#senpai"]).returncode) -- cgit v1.2.3