From dd4fa5b258a0ab317d6c8126145137e7dab835ef Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Thu, 9 Oct 2025 19:25:47 +0300 Subject: [PATCH] use nh instead of colmena for locally applying --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cf43fb8..74eff7f 100644 --- a/flake.nix +++ b/flake.nix @@ -90,7 +90,7 @@ colmena apply --keep-result "$@" '') (writeShellScriptBin "apply-local" '' - colmena apply-local --sudo "$@" + nh os switch . '') ]; };