update attic rev

This commit is contained in:
cy 2025-01-07 04:58:15 -05:00
parent 1a13af5c5e
commit af7fc5ceba
2 changed files with 6 additions and 5 deletions

6
flake.lock generated
View file

@ -12,11 +12,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1736211977, "lastModified": 1736241594,
"narHash": "sha256-Bzt7ZnmR1Dj0j0S/gwCwFt5n1aRdx1zZgFUtNE0R++k=", "narHash": "sha256-Sf6MWdljMgvzpzEMIAvA8nJqncIY+qGHUjDTQLl6BlA=",
"owner": "cything", "owner": "cything",
"repo": "attic", "repo": "attic",
"rev": "e6175ad2434c6c8eab576b5544bb0bad13cc14e6", "rev": "81c2370c17c724935902732cfe3433f8562511fc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -77,8 +77,9 @@
overridePkgsFromFlake prev flake pkgNames; overridePkgsFromFlake prev flake pkgNames;
overlays = [ overlays = [
(overlayPkgsFromFlake inputs.attic [ (overlayPkgsFromFlake inputs.attic [
"attic-server" # home-manager doesn't like these
"attic-client" # "attic-server"
# "attic-client"
]) ])
] ++ import ./overlay; ] ++ import ./overlay;