nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 1406ed6def3464fed2e5ebe58b571166ddf0b395
parent 034cb91d373701b15ecc92d71539b21660444949
Author: mtmn <miro@haravara.org>
Date:   Thu, 16 Apr 2026 11:35:05 +0200

chore: cleanup justfile

Diffstat:
Mjustfile | 12------------
1 file changed, 0 insertions(+), 12 deletions(-)

diff --git a/justfile b/justfile @@ -4,12 +4,6 @@ default: check: nix flake check --no-update-lock-file 2>&1 | grep -vE "unknown flake output '(deploy|configData)'" -fmt: - alejandra $(git rev-parse --show-toplevel) - -deadnix: - deadnix $(git rev-parse --show-toplevel) - deploy host="nixaran": @backup nix nix run --inputs-from . github:serokell/deploy-rs .#{{ host }} 2>&1 | grep -vE "unknown flake output '(deploy|configData)'" @@ -17,15 +11,9 @@ deploy host="nixaran": update: nix flake update -install host: - ./hack/install_anywhere {{ host }} - diff host="nixaran": nix run --inputs-from . github:serokell/deploy-rs -- --dry-activate .#{{ host }} 2>&1 | grep -vE "unknown flake output '(deploy|configData)'" -local: - nh home switch "$(git rev-parse --show-toplevel)" - gc: nix-store --gc nix-collect-garbage -d