chore: bump dependencies

This commit is contained in:
Jacob Bachmann 2025-09-04 11:41:27 +02:00
parent 9ab64ca35f
commit 83280f9038
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
7 changed files with 22 additions and 94 deletions

View file

@ -1,8 +1,10 @@
{ lib, ... }:
{
options.bchmnn = with lib; {
collections = {
shell = {
enable = mkEnableOption "shell";
};
cli-utils = {
enable = mkEnableOption "cli-utils";
};