about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-01-07 14:47:38 +0100
committerProfpatsch <mail@profpatsch.de>2022-01-07 15:01:34 +0100
commitc51ecb7691b659d9651679153bc1e4edfc5fb20e (patch)
treedf13dad1d98e4c21be19ab45863c396e4bac8f44 /machines
parent392ea892116f6cb659293cd55e0e2fa8c6329baf (diff)
pkgs/profpatsch: add nix-run-bin
Takes an additional argument and looks that argument up in the
respective nix build result directory bin dir.

Also add some documentation.
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/shiki.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 3b145f63..4e77385a 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -291,6 +291,10 @@ in {
           name = "nix-run";
         })
         (pkgs.vuizvui.profpatsch.binify {
+          exe = pkgs.vuizvui.profpatsch.nix-run-bin;
+          name = "nix-run-bin";
+        })
+        (pkgs.vuizvui.profpatsch.binify {
           exe = pkgs.vuizvui.profpatsch.nix-eval;
           name = "nix-eval";
         })