nixos-config

NixOS configs for my systems
Log | Files | Refs

commit d8c90c8d71f1883d3b57bc6c582b84fc46cfe83d
parent b3af7e94561d40c07fd987a0705f7cf670a5ae25
Author: vin <vin@vineetk.net>
Date:   Thu, 25 Sep 2025 19:12:47 -0400

update flake

Diffstat:
Mflake.lock | 18+++++++++---------
Mflake.nix | 4++--
2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -163,11 +163,11 @@ ] }, "locked": { - "lastModified": 1758375677, - "narHash": "sha256-BLtD+6qWz7fQjPk2wpwyXQLGI0E30Ikgf2ppn2nVadI=", + "lastModified": 1758464306, + "narHash": "sha256-i56XRXqjwJRdVYmpzVUQ0ktqBBHqNzQHQMQvFRF/acQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "edc7468e12be92e926847cb02418e649b02b59dd", + "rev": "939e91e1cff1f99736c5b02529658218ed819a2a", "type": "github" }, "original": { @@ -184,8 +184,8 @@ ] }, "locked": { - "lastModified": 0, - "narHash": "sha256-HhI2VI/EZK0ndPUQALEMQmiU073v3L3dVr2xZgo/86w=", + "lastModified": 1758480527, + "narHash": "sha256-2Eu3KkC0neZgZE1Rbqa4rasQF8+z7S03bQoIV92fKhc=", "path": "/data/src/clones/llm/llama.cpp", "type": "path" }, @@ -211,16 +211,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1758351571, - "narHash": "sha256-oX0bC06R9gDaE3Yk3YIlXnSxj7Q0wJb31nKqnSfNpvU=", + "lastModified": 1758277210, + "narHash": "sha256-iCGWf/LTy+aY0zFu8q12lK8KuZp7yvdhStehhyX1v8w=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0f3383ef02bc092d2f82afa4e556743c6e6b74d6", + "rev": "8eaee110344796db060382e15d3af0a9fc396e0e", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable-small", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix @@ -2,8 +2,8 @@ description = "my nixos configuration"; inputs = { - # nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + #nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; home-manager = {