nix

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

commit 8a600c11a61f9cc09cc24da9ece026038acf911b
parent 87a118a5d2b81c18c2386af7863155087fb984a7
Author: mtmn <miro@haravara.org>
Date:   Mon, 29 Jun 2026 01:20:29 +0200

nix: setup tinker, etc.

Diffstat:
Mflake.lock | 12++++++------
Mhome.nix | 2+-
Mhosts/nixaran/configuration.nix | 0
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -162,11 +162,11 @@ ] }, "locked": { - "lastModified": 1782657028, - "narHash": "sha256-PHTCpYZCMzJYS3phhywqRAZphKVr2zjvlGYa+H20ZZ4=", + "lastModified": 1782749631, + "narHash": "sha256-slFTUgDy0KTPA4LBAmC/9SngDq8GCPdX+ZR0yQHHN1E=", "owner": "nix-community", "repo": "home-manager", - "rev": "4ad9aaae70c9aaab504127f926c0fa9cfbc2b365", + "rev": "5d72a29fc36ac21adae6ae35568fe5ee6700850f", "type": "github" }, "original": { @@ -248,11 +248,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1782545840, - "narHash": "sha256-PkBPmP5ofNtunCU7/tfn6wi9OLlzFGcHAqqmY+/mwUI=", + "lastModified": 1782666739, + "narHash": "sha256-2CYuaRDT7hcYnGW+3TTTy+fNnY4jQ6/mGk6ew035XP4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3d46470bb3030020f7e1361f33514854f5bfa86d", + "rev": "534ee3d8beb1737b5342995f8837e2b2705ce0d8", "type": "github" }, "original": { diff --git a/home.nix b/home.nix @@ -44,7 +44,7 @@ ]; nix = { - package = pkgs.lixPackageSets.stable.lix; + package = pkgs.nix; settings = { auto-optimise-store = true; warn-dirty = false; diff --git a/hosts/nixaran/configuration.nix b/hosts/nixaran/configuration.nix Binary files differ.