nix

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

commit 11fbe0f2e92d7e4d235d1596253d8d0b0b369ab8
parent 624c7bbae89a1c397283c5cb2a5ada59470f6401
Author: mtmn <miro@haravara.org>
Date:   Mon,  4 May 2026 18:59:13 +0200

chore: rename just recipe, update flakes

Diffstat:
Mflake.lock | 18+++++++++---------
Mjustfile | 2+-
2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -30,11 +30,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1777762231, - "narHash": "sha256-Ia/0AMK+wHVmslbivQEWA7PFbQN+rl7g0Lhrf/uLJEc=", + "lastModified": 1777885523, + "narHash": "sha256-NapgKD4HgQAAPSgSw/5h9C5LFhqkRJOlO95oiZiSlUA=", "owner": "~mtmn", "repo": "corpus", - "rev": "93b4067be293354834c6f253115d00d52ace22b6", + "rev": "0434e6940eb9914d8c8ce1c3aacdc285822e2860", "type": "sourcehut" }, "original": { @@ -200,11 +200,11 @@ ] }, "locked": { - "lastModified": 1777815398, - "narHash": "sha256-MrIhEoqXc4YsHEUfH4rDU/K09XnWcKntNhCjs7n7zi8=", + "lastModified": 1777913624, + "narHash": "sha256-4MwfrGuqjsnEORQbM3cmkmG/9cWhDV63dTDguDj4FXw=", "owner": "nix-community", "repo": "home-manager", - "rev": "b5e86c1b19f178a8ee10f7cb747325e02e3d3991", + "rev": "a89686d115e970e200eb2caa7603f3673050e00c", "type": "github" }, "original": { @@ -287,11 +287,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1777641297, - "narHash": "sha256-WNGcmeOZ8Tr9dq6ztCspYbzWFswr2mPebM9LpsfGxPk=", + "lastModified": 1777826146, + "narHash": "sha256-wQ/iN5Zp5VIa3ebBibijPnLyKhor+xEbDy4d0goa9Zs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c6d65881c5624c9cae5ea6cedef24699b0c0a4c0", + "rev": "73c703c22422b8951895a960959dbbaca7296492", "type": "github" }, "original": { diff --git a/justfile b/justfile @@ -19,7 +19,7 @@ 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 -remdiff host="nixaran": +diffhost 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)