Skip to content

Commit 4a86f03

Browse files
committed
claude: praise agentic developments within emergent code change
1 parent 3331613 commit 4a86f03

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66

77
## patches
88

9+
- `claude`: praise agentic developments within emergent code change 2026-01-31
910
- `changesets`: save a package to package package changelog entries 2026-01-31
1011
- `crush`: uninstall the beautiful promptful prompting terminal app 2026-01-31
1112
- `cloud`: reverse proxided connection from internet to tom as host 2026-01-24

programs/home.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ let
55
age # https://github.com/FiloSottile/age
66
cachix # https://github.com/cachix/cachix
77
nur.repos.zimeg.changesets # https://github.com/changesets/changesets
8+
claude-code # https://github.com/anthropics/claude-code
89
cowsay # https://github.com/tnalpgge/rank-amateur-cowsay
910
curl # https://github.com/curl/curl
1011
file # https://github.com/file/file
@@ -75,6 +76,11 @@ in
7576
home.sessionVariables = {
7677
JDTLS_PATH = "${pkgs.jdt-language-server}/bin/jdtls";
7778
};
79+
nixpkgs.config.allowUnfreePredicate =
80+
pkg:
81+
builtins.elem (lib.getName pkg) [
82+
"claude-code" # https://github.com/anthropics/claude-code/blob/main/LICENSE.md
83+
];
7884
programs.home-manager.enable = true;
7985
imports = [
8086
./aerospace

0 commit comments

Comments
 (0)