Compare commits

..

No commits in common. "bd171c7d54521c698583b27523c74fa76221933f" and "289bb07cc2e09d3d37e575c5490071c73992f90a" have entirely different histories.

2 changed files with 4 additions and 3 deletions

6
flake.lock generated
View file

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

View file

@ -17,6 +17,7 @@ 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