diff options
| author | seth <[email protected]> | 2024-05-10 21:18:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-10 21:30:32 -0400 |
| commit | 292a7d201f86d0af8b744896418208e975ba47a8 (patch) | |
| tree | 6e7f78777db7881292b5ef2194e41dde048646d5 /justfile | |
| parent | 1ec692c24c5b3345e6d7fe1445f2a51b1e322f03 (diff) | |
systems: deploy-rs -> nixinate for 12343894th time
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -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 \ |
