nix

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

commit 46a982cf40a170ce734f81a8e8c18056b369da8e
parent 2f38c60fdc11152fd1d41d3f5e4d618b66de922e
Author: mtmn <miro@haravara.org>
Date:   Sun, 24 May 2026 18:57:35 +0200

chore: rename just recipe, update flakes

Diffstat:
Mflake.lock | 24++++++++++++------------
Mjustfile | 6+++---
2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -54,11 +54,11 @@ ] }, "locked": { - "lastModified": 1779570698, - "narHash": "sha256-2BD3FXYhnSM91h9wpQZAY2+jBAyNbrVO4WXjz+szhwI=", + "lastModified": 1779639241, + "narHash": "sha256-7C4HFTXega2RpWvDIS2tIAAOGrXrzj7xtUJueG/6f2w=", "owner": "~mtmn", "repo": "corpus", - "rev": "a2ab60ab9be777cf1520e19582d01ebb465e82a1", + "rev": "158911443a5ad991d41008570297de98b413e041", "type": "sourcehut" }, "original": { @@ -224,11 +224,11 @@ ] }, "locked": { - "lastModified": 1779507042, - "narHash": "sha256-7wOwi8B6D0BYsieZCnHZZj2sNUzgJhLoIVSfkwB7lxQ=", + "lastModified": 1779627636, + "narHash": "sha256-J6JGf42zNzLo/CrRdKb5dNznpLI+eGxN/5KTLG1Mo5s=", "owner": "nix-community", "repo": "home-manager", - "rev": "509ed3c603349a9d43de9e2ae6613baea6bd5b34", + "rev": "044c30c19550c0557997dece4ce9e54d2fa77ba1", "type": "github" }, "original": { @@ -266,11 +266,11 @@ ] }, "locked": { - "lastModified": 1778999127, - "narHash": "sha256-V5GquqJvAqwFTcpN6hxKSQAtwuJFRUEHmyNKbeaTQDg=", + "lastModified": 1779604987, + "narHash": "sha256-ZQ5z+fVhxYKtIFwtqGp5O0PD84BM1riASvqDaN5Xs+s=", "owner": "nix-community", "repo": "nix-index-database", - "rev": "f680e0d3c1dbefe298c423691662e238496890f2", + "rev": "8fba98c80b48fa013820e0163c5096922fea4ddd", "type": "github" }, "original": { @@ -374,11 +374,11 @@ ] }, "locked": { - "lastModified": 1779561041, - "narHash": "sha256-wOdVXTBlMEME1Aehev79JJMHSL5O2fNeaBk7ntqTBv4=", + "lastModified": 1779564727, + "narHash": "sha256-HODUSiHMT46JGP35kSHhW4Pj2JV0SDSuV4lLnIFiwQE=", "owner": "~mtmn", "repo": "shirts", - "rev": "24fb714964f45bd854c74de53f600b2b7bb2a079", + "rev": "57cfdd3402bb471cb772fba4aa637d573a1e70f3", "type": "sourcehut" }, "original": { diff --git a/justfile b/justfile @@ -16,10 +16,10 @@ local: nh home switch . diff: - nix develop -c home-manager build --flake ".#$(whoami)@$(hostname)" --no-update-lock-file - nix develop -c nvd diff $HOME/.local/state/nix/profiles/home-manager ./result + home-manager build --flake ".#$(whoami)@$(hostname)" --no-update-lock-file + nvd diff $HOME/.local/state/nix/profiles/home-manager ./result -diffhost host="nixaran": +diff_remote host="nixaran": nix store diff-closures \ $(ssh {{ host }} readlink -f /run/current-system) \ $(nix build --no-link --print-out-paths .#nixosConfigurations.{{ host }}.config.system.build.toplevel)