diff options
| author | alex <alex@pdp7.net> | 2025-08-10 16:42:20 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-08-10 16:43:10 +0200 |
| commit | 4c15b787432e2cb41a0cc63fe4cdac81679faec4 (patch) | |
| tree | 218560f14fef2995cff5fe3af326be459fb1f80b /scripts/p7s/ledger.py | |
| parent | 023ba50fe6d115b859e5deb28120a0957fa50bcb (diff) | |
Also run ledger with nix-portable
Diffstat (limited to 'scripts/p7s/ledger.py')
| -rw-r--r-- | scripts/p7s/ledger.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/p7s/ledger.py b/scripts/p7s/ledger.py new file mode 100644 index 00000000..645fd106 --- /dev/null +++ b/scripts/p7s/ledger.py @@ -0,0 +1,4 @@ +import p7s + + +main = p7s.nix_portable("ledger") |
