From faa11c9d45949922555bf82dda77804828193fa3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Dec 2023 15:39:09 -0500 Subject: systems: nixinate -> deploy-rs (again (again)) nixinate just hangs as of 163daad93da692fc280036b80f29ca9b65c005d4 --- justfile | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index b413537..14b697e 100644 --- a/justfile +++ b/justfile @@ -23,6 +23,11 @@ default: rebuild subcmd root="false": {{ if root == "true" { "sudo " } else { "" } }}{{ rebuild }} {{ subcmd }} {{ rebuildArgs }} --flake . +[linux] +[macos] +boot: + @just rebuild boot {{ asRoot }} + [linux] [macos] build: @@ -31,16 +36,6 @@ build: check: nix flake check -deploy host: - nix run .#{{ host }} - -deploy-all: - nix eval \ - --json ".#apps.x86_64-linux" \ - --apply builtins.attrNames \ - | jq -c '.[]' | grep -v -E "dry-run|apply|destroy|tofu-config|plan" \ - | while read -r c; do nix run ".#$c"; done - [linux] [macos] dry-run: @@ -54,8 +49,6 @@ pre-commit: switch: @just rebuild switch {{ asRoot }} -switch-and-deploy: switch deploy-all - [linux] [macos] test: -- cgit v1.2.3