From 8d1bcedeab8e4391e43466936bdec98412f59b53 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Fri, 6 Jun 2025 14:45:59 +0200 Subject: [PATCH] remove buildiso just command --- Justfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Justfile b/Justfile index 8740874..5ebac6b 100644 --- a/Justfile +++ b/Justfile @@ -7,14 +7,9 @@ local OPERATION *FLAGS: {{FLAGS}} \ {{OPERATION}} - -buildiso *FLAGS: - nix build .#nixosConfigurations.liveiso.config.system.build.isoImage {{FLAGS}} - updatekeys: fd . sys/profiles/secrets -E '*.nix' -t f -x sops updatekeys -y - remote OPERATION HOST REMOTEHOST *FLAGS: nixos-rebuild \ --fast \