From 88ff654874255e88055b74dd5e0eac6e42f58c17 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 23 May 2025 14:36:18 +0200 Subject: [PATCH] Add just repair command --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 086526d..869e026 100644 --- a/justfile +++ b/justfile @@ -24,3 +24,6 @@ deploy +hosts: install host destination='root@installer': nix run github:nix-community/nixos-anywhere -- --extra-files ~/.ssh/{{ host }} --flake .#{{ host }} --target-host {{ destination }} + +repair: + nix-store --verify --check-contents --repair