From 39a6d2b472c6f9026332a562dc759e62c837d37e Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 2 Jul 2026 15:08:54 +0100 Subject: Add aibox to Nix profile --- nix/flake.lock | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'nix/flake.lock') diff --git a/nix/flake.lock b/nix/flake.lock index d6da48c..9560d36 100644 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -1,5 +1,25 @@ { "nodes": { + "aibox": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1783000830, + "narHash": "sha256-kirV4VfygesheYriVVGmuAA/1hpDP8nW5n97H5hLofg=", + "owner": "ruifm", + "repo": "aibox", + "rev": "e072ae5e8342db6a896ee913304b59332ee1bfdf", + "type": "github" + }, + "original": { + "owner": "ruifm", + "repo": "aibox", + "type": "github" + } + }, "fenix": { "inputs": { "nixpkgs": [ @@ -85,6 +105,7 @@ }, "root": { "inputs": { + "aibox": "aibox", "home-manager": "home-manager", "nixpkgs": "nixpkgs", "tuicr": "tuicr" -- cgit v1.3.1