about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-02-05 11:34:05 +0100
committerProfpatsch <mail@profpatsch.de>2021-02-05 11:34:05 +0100
commitf0b9d862a5e54fa7f9159636ce5a90ef3360231f (patch)
tree6bc6f953851d1b86614e65c37fb2db490d112312 /machines
parent035f7e860957e8c5637bdd1c033c1953dce980b3 (diff)
pkgs/profpatsch: add deploy
Small script to deploy my machines.
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 a3baab6e..9bcb9ec9 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -270,6 +270,10 @@ in {
           exe = pkgs.vuizvui.profpatsch.nix-eval;
           name = "nix-eval";
         })
+        (pkgs.vuizvui.profpatsch.binify {
+          exe = pkgs.vuizvui.profpatsch.deploy;
+          name = "deploy";
+        })
         # myPkgs.zoomboxed
       ];
     in systemPkgs ++ xPkgs ++ guiPkgs