From 6cce6f2211910a668976442cf66608b4fb780611 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 14 Nov 2023 23:21:10 -0500 Subject: Revert "systems: nixinate -> deploy-rs (again)" This reverts commit f281097023293a482498412d3760f350663b7314. Revert "ci: fix typo in deploy nix develop command" This reverts commit 2f15e8997f3086a1dc0fc6f472b46aaee11c98bf. --- justfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index dcbd65e..00cedab 100644 --- a/justfile +++ b/justfile @@ -32,10 +32,14 @@ check: nix flake check deploy host: - deploy -s .#{{ host }} + nix run .#{{ host }} deploy-all: - deploy -s + nix eval \ + --json ".#apps.x86_64-linux" \ + --apply builtins.attrNames \ + | , jq -c '.[]' | grep -v "dry-run" \ + | while read -r c; do nix run ".#$c"; done [linux] [macos] -- cgit v1.2.3