From 351ad8d4949882e89c43acca47222812c601be03 Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Wed, 11 Sep 2024 16:24:33 +0100 Subject: [PATCH] deploy with justfile --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 2f24fab..a8b4607 100644 --- a/justfile +++ b/justfile @@ -9,6 +9,9 @@ alias c := cache rebuild: sudo nixos-rebuild switch --flake .# +deploy MACHINE: + nix run .#deploy-{{MACHINE}} + vim: nix flake lock --update-input nixvim