From 550b9057a215eb46943fcae51b27632639ae46d5 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 29 Dec 2023 07:03:10 -0500 Subject: Revert "systems: nixinate works again" This reverts commit 874a58f74dea0ee6aa775f43f688e8397bc8cfb5. --- justfile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 09af5d4..0ac8be8 100644 --- a/justfile +++ b/justfile @@ -59,10 +59,16 @@ update-input input: --commit-lock-file \ --commit-lockfile-summary "flake: update {{ input }}" +deploy system: + nix run \ + --inputs-from . \ + 'nixpkgs#deploy-rs' -- \ + -s '.#{{ system }}' + deploy-all: - for system in "atlas"; do \ - nix run ".#$system"; \ - done + nix run \ + --inputs-from . \ + 'nixpkgs#deploy-rs' -- -s pre-commit: pre-commit run -- cgit v1.2.3