From 73f4676bfbccfbb25a349fe616a0a131f7c11a17 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Tue, 31 Mar 2026 13:26:56 +0200 Subject: chore: move dina to flake input and add CLAUDE.md --- flake.lock | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index e2f3fe7..38365c2 100644 --- a/flake.lock +++ b/flake.lock @@ -16,6 +16,45 @@ "type": "github" } }, + "dina": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1774856023, + "narHash": "sha256-Y7+3p4Wu5thX2L2ol5rQD1uys76aR7D+5pC5slXVh4k=", + "owner": "dinacomputer", + "repo": "cli", + "rev": "299df0757dc12e1347b40960a1b09834d780755a", + "type": "github" + }, + "original": { + "owner": "dinacomputer", + "repo": "cli", + "type": "github" + } + }, + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -75,10 +114,26 @@ "root": { "inputs": { "config-nvim": "config-nvim", + "dina": "dina", "home-manager": "home-manager", "nix-darwin": "nix-darwin", "nixpkgs": "nixpkgs" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", -- cgit v1.2.3