nixos-configs/flake.lock

285 lines
7.6 KiB
Text
Raw Normal View History

2021-07-02 01:47:30 +02:00
{
"nodes": {
2025-12-06 23:27:13 +01:00
"blueprint": {
"inputs": {
"nixpkgs": [
"llm-agents",
"nixpkgs"
],
"systems": "systems"
},
"locked": {
2026-01-28 13:42:33 +01:00
"lastModified": 1769353768,
"narHash": "sha256-zI+7cbMI4wMIR57jMjDSEsVb3grapTnURDxxJPYFIW0=",
2025-12-06 23:27:13 +01:00
"owner": "numtide",
"repo": "blueprint",
2026-01-28 13:42:33 +01:00
"rev": "c7da5c70ad1c9b60b6f5d4f674fbe205d48d8f6c",
2025-12-06 23:27:13 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "blueprint",
"type": "github"
}
},
2023-03-17 13:02:05 +01:00
"emacs-overlay": {
2023-05-17 23:23:34 +02:00
"inputs": {
2023-06-10 09:50:14 +02:00
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable"
2023-05-17 23:23:34 +02:00
},
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1770111667,
"narHash": "sha256-jCWQIveEsr5IKgVnSlMVJCpymifY5pfqTaLJR1CBp0g=",
2023-03-17 13:02:05 +01:00
"owner": "nix-community",
"repo": "emacs-overlay",
2026-02-03 18:25:23 +01:00
"rev": "3fe6048ddd9ee1bc0784bdab23da0f5e6911f73b",
2023-03-17 13:02:05 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
2021-07-02 01:47:30 +02:00
"home-manager": {
"inputs": {
2023-03-28 16:34:46 +02:00
"nixpkgs": [
"nixpkgs"
2023-06-10 09:50:14 +02:00
]
2021-07-02 01:47:30 +02:00
},
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1769978395,
"narHash": "sha256-gj1yP3spUb1vGtaF5qPhshd2j0cg4xf51pklDsIm19Q=",
2021-07-02 01:47:30 +02:00
"owner": "nix-community",
"repo": "home-manager",
2026-02-03 18:25:23 +01:00
"rev": "984708c34d3495a518e6ab6b8633469bbca2f77a",
2021-07-02 01:47:30 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-10-13 22:52:21 +02:00
"ref": "master",
2021-07-02 01:47:30 +02:00
"repo": "home-manager",
"type": "github"
}
},
2025-12-06 23:27:13 +01:00
"llm-agents": {
"inputs": {
"blueprint": "blueprint",
"nixpkgs": "nixpkgs_2",
"treefmt-nix": "treefmt-nix"
},
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1770108229,
"narHash": "sha256-TBT3Ds5yqnMb3N+KkVDRGQ5UBGiqFHSeouBrPTaU1sE=",
2025-12-06 23:27:13 +01:00
"owner": "numtide",
"repo": "llm-agents.nix",
2026-02-03 18:25:23 +01:00
"rev": "1303625e7e1034ffd03a8d55176902da24cd9709",
2025-12-06 23:27:13 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "llm-agents.nix",
"type": "github"
}
},
2021-07-02 01:47:30 +02:00
"nixpkgs": {
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1770019141,
"narHash": "sha256-VKS4ZLNx4PNrABoB0L8KUpc1fE7CLpQXQs985tGfaCU=",
2023-03-28 16:34:46 +02:00
"owner": "NixOS",
2022-06-22 20:08:26 +02:00
"repo": "nixpkgs",
2026-02-03 18:25:23 +01:00
"rev": "cb369ef2efd432b3cdf8622b0ffc0a97a02f3137",
2022-06-22 20:08:26 +02:00
"type": "github"
2021-07-02 01:47:30 +02:00
},
"original": {
2023-05-17 23:23:34 +02:00
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
2021-07-02 01:47:30 +02:00
}
},
2023-06-10 09:50:14 +02:00
"nixpkgs-stable": {
"locked": {
2026-01-13 01:50:14 +01:00
"lastModified": 1767313136,
"narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=",
2023-06-10 09:50:14 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2026-01-13 01:50:14 +01:00
"rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d",
2023-06-10 09:50:14 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2025-10-02 20:06:02 +02:00
"ref": "nixos-25.05",
2023-06-10 09:50:14 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
2024-10-13 22:52:21 +02:00
"nixpkgs_2": {
2025-12-06 23:27:13 +01:00
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1770015011,
"narHash": "sha256-7vUo0qWCl/rip+fzr6lcMlz9I0tN/8m7d5Bla/rS2kk=",
2025-12-06 23:27:13 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2026-02-03 18:25:23 +01:00
"rev": "f08e6b11a5ed43637a8ac444dd44118bc7d273b9",
2025-12-06 23:27:13 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
2021-07-02 01:47:30 +02:00
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1770019141,
"narHash": "sha256-VKS4ZLNx4PNrABoB0L8KUpc1fE7CLpQXQs985tGfaCU=",
2021-07-02 01:47:30 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2026-02-03 18:25:23 +01:00
"rev": "cb369ef2efd432b3cdf8622b0ffc0a97a02f3137",
2025-10-06 16:05:56 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2025-12-06 23:27:13 +01:00
"nixpkgs_4": {
2025-10-06 16:05:56 +02:00
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1769461804,
"narHash": "sha256-msG8SU5WsBUfVVa/9RPLaymvi5bI8edTavbIq3vRlhI=",
2025-10-06 16:05:56 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2026-02-03 18:25:23 +01:00
"rev": "bfc1b8a4574108ceef22f02bafcf6611380c100d",
2021-07-02 01:47:30 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2025-10-06 16:05:56 +02:00
"nvim-treesitter": {
"flake": false,
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1769854724,
"narHash": "sha256-pwI9KqCjymvqK6btX/+5ZiGP46JsQVYj7W+9YtlRXsc=",
2025-10-06 16:05:56 +02:00
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
2026-02-03 18:25:23 +01:00
"rev": "4967fa48b0fe7a7f92cee546c76bb4bb61bb14d5",
2025-10-06 16:05:56 +02:00
"type": "github"
},
"original": {
"owner": "nvim-treesitter",
"ref": "main",
"repo": "nvim-treesitter",
"type": "github"
}
},
"nvim-treesitter-main": {
"inputs": {
2025-12-06 23:27:13 +01:00
"nixpkgs": "nixpkgs_4",
2025-10-07 16:15:57 +02:00
"nvim-treesitter": "nvim-treesitter",
2025-10-06 16:05:56 +02:00
"nvim-treesitter-textobjects": "nvim-treesitter-textobjects"
},
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1769985072,
"narHash": "sha256-YDYJQAD40urQjocKfNGiZpT9Eu1j9UiUhGcNjBVjXYM=",
2025-10-06 16:05:56 +02:00
"owner": "iofq",
"repo": "nvim-treesitter-main",
2026-02-03 18:25:23 +01:00
"rev": "fc8d9bbe116d25b6d7c62d6c8b3bb76e9b7a6b0e",
2025-10-06 16:05:56 +02:00
"type": "github"
},
"original": {
"owner": "iofq",
"repo": "nvim-treesitter-main",
"type": "github"
}
},
"nvim-treesitter-textobjects": {
"flake": false,
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1769600306,
"narHash": "sha256-J3D+nbalJqZ4aeFBD7veW6TuI0BEU2jbx5pMEew4dkA=",
2025-10-06 16:05:56 +02:00
"owner": "nvim-treesitter",
"repo": "nvim-treesitter-textobjects",
2026-02-03 18:25:23 +01:00
"rev": "a0e182ae21fda68c59d1f36c9ed45600aef50311",
2025-10-06 16:05:56 +02:00
"type": "github"
},
"original": {
"owner": "nvim-treesitter",
"ref": "main",
"repo": "nvim-treesitter-textobjects",
"type": "github"
}
},
2021-07-02 01:47:30 +02:00
"root": {
"inputs": {
2023-05-17 23:23:34 +02:00
"emacs-overlay": "emacs-overlay",
2021-07-02 01:47:30 +02:00
"home-manager": "home-manager",
2025-12-06 23:27:13 +01:00
"llm-agents": "llm-agents",
"nixpkgs": "nixpkgs_3",
2025-10-06 16:05:56 +02:00
"nvim-treesitter-main": "nvim-treesitter-main",
2024-12-16 21:00:23 +01:00
"vim-org-roam": "vim-org-roam"
2023-03-17 13:02:05 +01:00
}
},
2025-12-06 23:27:13 +01:00
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"llm-agents",
"nixpkgs"
]
},
"locked": {
2026-02-03 18:25:23 +01:00
"lastModified": 1769691507,
"narHash": "sha256-8aAYwyVzSSwIhP2glDhw/G0i5+wOrren3v6WmxkVonM=",
2025-12-06 23:27:13 +01:00
"owner": "numtide",
"repo": "treefmt-nix",
2026-02-03 18:25:23 +01:00
"rev": "28b19c5844cc6e2257801d43f2772a4b4c050a1b",
2025-12-06 23:27:13 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
},
2024-07-12 04:12:20 +02:00
"vim-org-roam": {
2023-03-17 13:02:05 +01:00
"flake": false,
"locked": {
2025-12-23 14:25:07 +01:00
"lastModified": 1765802816,
"narHash": "sha256-Zzq4JK3iFBVr8QmMmv5vm/R8QyYqmL44fRMZa15m7eo=",
2024-07-12 04:12:20 +02:00
"owner": "chipsenkbeil",
"repo": "org-roam.nvim",
2025-12-23 14:25:07 +01:00
"rev": "74276a94e9e4af463e7ba35c22259eeced9c90f9",
2023-03-17 13:02:05 +01:00
"type": "github"
},
"original": {
2024-07-12 04:12:20 +02:00
"owner": "chipsenkbeil",
"repo": "org-roam.nvim",
2023-03-17 13:02:05 +01:00
"type": "github"
}
2021-07-02 01:47:30 +02:00
}
},
"root": "root",
"version": 7
}