Compare commits

...

2 commits

Author SHA1 Message Date
bd171c7d54 home/llm: remove aider
not used for now, but requires build time
2026-01-17 10:15:59 +01:00
31b786117a flake.lock: update 2026-01-17 10:15:32 +01:00
2 changed files with 3 additions and 4 deletions

6
flake.lock generated
View file

@ -227,11 +227,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1768323494,
"narHash": "sha256-yBXJLE6WCtrGo7LKiB6NOt6nisBEEkguC/lq/rP3zRQ=",
"lastModified": 1768559133,
"narHash": "sha256-97ErOPCIshfR+glt5fkTQuLfBX8axMaoevwT32S6udY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2c3e5ec5df46d3aeee2a1da0bfedd74e21f4bf3a",
"rev": "410b6d6bdf6e70277c9362c9d5aff98dc39c77df",
"type": "github"
},
"original": {

View file

@ -17,7 +17,6 @@ let
in
{
home.packages = [
myAider
pkgs.claude-code
];
#nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "claude-code" ]; # nixpkgs.config merging is unfortunately broken