Compare commits

..

1 Commits

Author SHA1 Message Date
d68d7ec087 chore(deps): update beads digest to cd9768d
All checks were successful
CI / check (pull_request) Successful in 5m28s
2026-02-05 08:02:15 +00:00
4 changed files with 6 additions and 25 deletions

8
flake.lock generated
View File

@@ -8,17 +8,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1769840331, "lastModified": 1770273441,
"narHash": "sha256-Yp0K4JoXX8EcHp1juH4OZ7dcCmkopDu4VvAgZEOxgL8=", "narHash": "sha256-BNHZECq/qGnzKvdF3Mx7x1VF0qOA1f2BRITTZyKoyI8=",
"owner": "steveyegge", "owner": "steveyegge",
"repo": "beads", "repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722", "rev": "cd9768d4562413f37487667ac8db943b4e87112a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "steveyegge", "owner": "steveyegge",
"repo": "beads", "repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722", "rev": "cd9768d4562413f37487667ac8db943b4e87112a",
"type": "github" "type": "github"
} }
}, },

View File

@@ -45,7 +45,7 @@
beads = { beads = {
# v0.49.1 has dolt server mode support (gt-1mf.3) # v0.49.1 has dolt server mode support (gt-1mf.3)
# Pinned to 259ddd92 - uses Go 1.24 compatible with nixpkgs # Pinned to 259ddd92 - uses Go 1.24 compatible with nixpkgs
url = "github:steveyegge/beads/93965b4abeed920a4701e03571d1b6bb75810722"; url = "github:steveyegge/beads/cd9768d4562413f37487667ac8db943b4e87112a";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };

View File

@@ -12,7 +12,6 @@
home.roles = { home.roles = {
base.enable = true; base.enable = true;
plasma-manager-kodi.enable = true; plasma-manager-kodi.enable = true;
kdeconnect.enable = true;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [

View File

@@ -13,7 +13,7 @@
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,
"schedule": [ "schedule": [
"after 2pm and before 4pm on Saturday" "before 5am on monday"
] ]
}, },
"dependencyDashboard": true, "dependencyDashboard": true,
@@ -37,9 +37,6 @@
"/^nixpkgs$/", "/^nixpkgs$/",
"/^home-manager$/", "/^home-manager$/",
"/^nix-darwin$/" "/^nix-darwin$/"
],
"schedule": [
"after 2pm and before 4pm on Saturday"
] ]
}, },
{ {
@@ -51,21 +48,6 @@
"matchPackageNames": [ "matchPackageNames": [
"/nixpkgs-unstable/", "/nixpkgs-unstable/",
"/home-manager-unstable/" "/home-manager-unstable/"
],
"schedule": [
"after 2pm and before 4pm on Saturday"
]
},
{
"description": "nixpkgs-qt updates on Saturday (staggered from main ecosystem)",
"matchManagers": [
"nix"
],
"matchPackageNames": [
"/nixpkgs-qt/"
],
"schedule": [
"after 4pm and before 6pm on Saturday"
] ]
}, },
{ {