From 292a7d201f86d0af8b744896418208e975ba47a8 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 10 May 2024 21:18:35 -0400 Subject: systems: deploy-rs -> nixinate for 12343894th time --- justfile | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 9a0342a..551d6a3 100644 --- a/justfile +++ b/justfile @@ -16,6 +16,8 @@ default: rebuild subcmd *extraArgs="": {{ rebuild }} {{ subcmd }} {{ rebuildArgs }} --flake . {{ extraArgs }} +boot *extraArgs="": (rebuild "boot" extraArgs) + build *extraArgs="": (rebuild "build" extraArgs) dry-run *extraArgs="": (rebuild "dry-run" extraArgs) @@ -48,18 +50,8 @@ update-input input: --commit-lock-file \ --commit-lockfile-summary "flake: update {{ input }}" -deploy system *args="": - nix run \ - --inputs-from . \ - 'nixpkgs#deploy-rs' -- \ - '.#{{ system }}' \ - {{ args }} - -deploy-all *args="": - nix run \ - --inputs-from . \ - 'nixpkgs#deploy-rs' -- \ - {{ args }} +deploy system: + nix run '.#{{ system }}' clean: rm -rf \ -- cgit v1.2.3